#f842dc

Color #F842DC Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F842DC

Tints of Razzle Dazzle Rose #F842DC

Color information

#F842DC (or 0xF842DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 42 and DC. RGB value is (248,66,220). Sum of RGB (Red+Green+Blue) = 248+66+220=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F842DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842DC is #07BD23. Grayscale: #898989. Windows color (decimal): -507172 or 14435064. OLE color: 14435064.

HSL color Cylindrical-coordinate representation of color #F842DC: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842DC is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24866220-
CMYK00.730.110.03
HSL309.23º92.86%61.57%-
HSV(B)309.23º73.39%97.25%-
XYZ53.5829.0270.49-
YUV137.97174.3206.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 66 (26.17% from 255) = 12.36%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=46.44%
G=12.36%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486622000.730.110.03309.2392.8661.57
HexF842DC049B31355d3e
Octal370102334011113346513576
Binary11111000100001011011100010010011011111001101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f842dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f842dc; }

 p { color: rgb(248,66,220); }

 H1.HeaderClassName
 {
   color: #f842dc;
 }
 .AnyTagClassName
 {
   color: #f842dc;
 }
</style>
background-color css

<style>
 a { background-color: #f842dc; }

 a { background-color: rgb(248,66,220); }

 div.DivClassName
 {
   background-color: #f842dc;
 }
 .BgClassName
 {
   background-color: #f842dc;
 }
</style>
border-color css

<style>
 span { border-color: #f842dc; }

 span { border-color: rgb(248,66,220); }

 td.TdClassName
 {
   border-color: #f842dc;
 }
 .TagClassName
 {
   border-color: #f842dc;
 }
</style>