Shades of Razzle Dazzle Rose #FC42DB
Tints of Razzle Dazzle Rose #FC42DB
RGB
CMYK
RGB Variations
Color information
#FC42DB (or 0xFC42DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and DB. RGB value is (252,66,219). Sum of RGB (Red+Green+Blue) = 252+66+219=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42DB is #03BD24. Grayscale: #8A8A8A. Windows color (decimal): -245029 or 14369532. OLE color: 14369532.
HSL color Cylindrical-coordinate representation of color #FC42DB: hue angle of 310.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42DB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 66 | 219 | - |
CMYK | 0 | 0.74 | 0.13 | 0.01 |
HSL | 310.65º | 0.97% | 0.62% | - |
HSV(B) | 310.65º | 0.74% | 0.99% | - |
XYZ | 54.88 | 29.71 | 69.86 | - |
YUV | 139.06 | 173.12 | 208.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 66 | 219 | 0 | 0.74 | 0.13 | 0.01 | 310.65 | 0.97 | 0.62 |
Hex | FC | 42 | DB | 0 | 4A | D | 1 | 137 | 61 | 3E |
Octal | 374 | 102 | 333 | 0 | 112 | 15 | 1 | 467 | 141 | 76 |
Binary | 11111100 | 1000010 | 11011011 | 0 | 1001010 | 1101 | 1 | 100110111 | 1100001 | 111110 |
Color Harmonies of #FC42DB
Complementary color
Monochromatic Colors of #FC42DB
Black with #FC42DB
Text Example
Text Example
White with #FC42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42DB; }
p { color: rgb(252,66,219); }
H1.HeaderClassName
{
color: #FC42DB;
}
.AnyTagClassName
{
color: #FC42DB;
}
</style>
background-color css
<style>
a { background-color: #FC42DB; }
a { background-color: rgb(252,66,219); }
div.DivClassName
{
background-color: #FC42DB;
}
.BgClassName
{
background-color: #FC42DB;
}
</style>
border-color css
<style>
span { border-color: #FC42DB; }
span { border-color: rgb(252,66,219); }
td.TdClassName
{
border-color: #FC42DB;
}
.TagClassName
{
border-color: #FC42DB;
}
</style>