Shades of Razzle Dazzle Rose #FC42D1
Tints of Razzle Dazzle Rose #FC42D1
RGB
CMYK
RGB Variations
Color information
#FC42D1 (or 0xFC42D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and D1. RGB value is (252,66,209). Sum of RGB (Red+Green+Blue) = 252+66+209=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42D1 is #03BD2E. Grayscale: #898989. Windows color (decimal): -245039 or 13714172. OLE color: 13714172.
HSL color Cylindrical-coordinate representation of color #FC42D1: hue angle of 313.87º 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 #FC42D1 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 209 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.01 |
| HSL | 313.87º | 0.97% | 0.62% | - |
| HSV(B) | 313.87º | 0.74% | 0.99% | - |
| XYZ | 53.6 | 29.2 | 63.13 | - |
| YUV | 137.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 209 | 0 | 0.74 | 0.17 | 0.01 | 313.87 | 0.97 | 0.62 |
| Hex | FC | 42 | D1 | 0 | 4A | 11 | 1 | 13A | 61 | 3E |
| Octal | 374 | 102 | 321 | 0 | 112 | 21 | 1 | 472 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11010001 | 0 | 1001010 | 10001 | 1 | 100111010 | 1100001 | 111110 |
Color Harmonies of #FC42D1
Complementary color
Monochromatic Colors of #FC42D1
Black with #FC42D1
Text Example
Text Example
White with #FC42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42D1; }
p { color: rgb(252,66,209); }
H1.HeaderClassName
{
color: #FC42D1;
}
.AnyTagClassName
{
color: #FC42D1;
}
</style>
background-color css
<style>
a { background-color: #FC42D1; }
a { background-color: rgb(252,66,209); }
div.DivClassName
{
background-color: #FC42D1;
}
.BgClassName
{
background-color: #FC42D1;
}
</style>
border-color css
<style>
span { border-color: #FC42D1; }
span { border-color: rgb(252,66,209); }
td.TdClassName
{
border-color: #FC42D1;
}
.TagClassName
{
border-color: #FC42D1;
}
</style>