Shades of Razzle Dazzle Rose #FC40CF
Tints of Razzle Dazzle Rose #FC40CF
RGB
CMYK
RGB Variations
Color information
#FC40CF (or 0xFC40CF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and CF. RGB value is (252,64,207). Sum of RGB (Red+Green+Blue) = 252+64+207=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40CF is #03BF30. Grayscale: #888888. Windows color (decimal): -245553 or 13582588. OLE color: 13582588.
HSL color Cylindrical-coordinate representation of color #FC40CF: hue angle of 314.36º 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 #FC40CF is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 207 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.01 |
| HSL | 314.36º | 0.97% | 0.62% | - |
| HSV(B) | 314.36º | 0.75% | 0.99% | - |
| XYZ | 53.24 | 28.87 | 61.8 | - |
| YUV | 136.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 207 | 0 | 0.75 | 0.18 | 0.01 | 314.36 | 0.97 | 0.62 |
| Hex | FC | 40 | CF | 0 | 4B | 12 | 1 | 13A | 61 | 3E |
| Octal | 374 | 100 | 317 | 0 | 113 | 22 | 1 | 472 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11001111 | 0 | 1001011 | 10010 | 1 | 100111010 | 1100001 | 111110 |
Color Harmonies of #FC40CF
Complementary color
Monochromatic Colors of #FC40CF
Black with #FC40CF
Text Example
Text Example
White with #FC40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40CF; }
p { color: rgb(252,64,207); }
H1.HeaderClassName
{
color: #FC40CF;
}
.AnyTagClassName
{
color: #FC40CF;
}
</style>
background-color css
<style>
a { background-color: #FC40CF; }
a { background-color: rgb(252,64,207); }
div.DivClassName
{
background-color: #FC40CF;
}
.BgClassName
{
background-color: #FC40CF;
}
</style>
border-color css
<style>
span { border-color: #FC40CF; }
span { border-color: rgb(252,64,207); }
td.TdClassName
{
border-color: #FC40CF;
}
.TagClassName
{
border-color: #FC40CF;
}
</style>