Shades of Razzle Dazzle Rose #FC40C9
Tints of Razzle Dazzle Rose #FC40C9
RGB
CMYK
RGB Variations
Color information
#FC40C9 (or 0xFC40C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C9. RGB value is (252,64,201). Sum of RGB (Red+Green+Blue) = 252+64+201=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C9 is #03BF36. Grayscale: #878787. Windows color (decimal): -245559 or 13189372. OLE color: 13189372.
HSL color Cylindrical-coordinate representation of color #FC40C9: hue angle of 316.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40C9 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 201 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.01 |
| HSL | 316.28º | 0.97% | 0.62% | - |
| HSV(B) | 316.28º | 0.75% | 0.99% | - |
| XYZ | 52.52 | 28.58 | 58.01 | - |
| YUV | 135.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 201 | 0 | 0.75 | 0.20 | 0.01 | 316.28 | 0.97 | 0.62 |
| Hex | FC | 40 | C9 | 0 | 4B | 14 | 1 | 13C | 61 | 3E |
| Octal | 374 | 100 | 311 | 0 | 113 | 24 | 1 | 474 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11001001 | 0 | 1001011 | 10100 | 1 | 100111100 | 1100001 | 111110 |
Color Harmonies of #FC40C9
Complementary color
Monochromatic Colors of #FC40C9
Black with #FC40C9
Text Example
Text Example
White with #FC40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40C9; }
p { color: rgb(252,64,201); }
H1.HeaderClassName
{
color: #FC40C9;
}
.AnyTagClassName
{
color: #FC40C9;
}
</style>
background-color css
<style>
a { background-color: #FC40C9; }
a { background-color: rgb(252,64,201); }
div.DivClassName
{
background-color: #FC40C9;
}
.BgClassName
{
background-color: #FC40C9;
}
</style>
border-color css
<style>
span { border-color: #FC40C9; }
span { border-color: rgb(252,64,201); }
td.TdClassName
{
border-color: #FC40C9;
}
.TagClassName
{
border-color: #FC40C9;
}
</style>