Shades of Razzle Dazzle Rose #FC40CC
Tints of Razzle Dazzle Rose #FC40CC
RGB
CMYK
RGB Variations
Color information
#FC40CC (or 0xFC40CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and CC. RGB value is (252,64,204). Sum of RGB (Red+Green+Blue) = 252+64+204=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40CC is #03BF33. Grayscale: #878787. Windows color (decimal): -245556 or 13385980. OLE color: 13385980.
HSL color Cylindrical-coordinate representation of color #FC40CC: hue angle of 315.32º 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 #FC40CC is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 204 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.01 |
| HSL | 315.32º | 0.97% | 0.62% | - |
| HSV(B) | 315.32º | 0.75% | 0.99% | - |
| XYZ | 52.88 | 28.72 | 59.88 | - |
| YUV | 136.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 204 | 0 | 0.75 | 0.19 | 0.01 | 315.32 | 0.97 | 0.62 |
| Hex | FC | 40 | CC | 0 | 4B | 13 | 1 | 13B | 61 | 3E |
| Octal | 374 | 100 | 314 | 0 | 113 | 23 | 1 | 473 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11001100 | 0 | 1001011 | 10011 | 1 | 100111011 | 1100001 | 111110 |
Color Harmonies of #FC40CC
Complementary color
Monochromatic Colors of #FC40CC
Black with #FC40CC
Text Example
Text Example
White with #FC40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40CC; }
p { color: rgb(252,64,204); }
H1.HeaderClassName
{
color: #FC40CC;
}
.AnyTagClassName
{
color: #FC40CC;
}
</style>
background-color css
<style>
a { background-color: #FC40CC; }
a { background-color: rgb(252,64,204); }
div.DivClassName
{
background-color: #FC40CC;
}
.BgClassName
{
background-color: #FC40CC;
}
</style>
border-color css
<style>
span { border-color: #FC40CC; }
span { border-color: rgb(252,64,204); }
td.TdClassName
{
border-color: #FC40CC;
}
.TagClassName
{
border-color: #FC40CC;
}
</style>