Shades of Razzle Dazzle Rose #FC40DF
Tints of Razzle Dazzle Rose #FC40DF
RGB
CMYK
RGB Variations
Color information
#FC40DF (or 0xFC40DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and DF. RGB value is (252,64,223). Sum of RGB (Red+Green+Blue) = 252+64+223=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 64 (25.39% from 255 or 11.87% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40DF is #03BF20. Grayscale: #898989. Windows color (decimal): -245537 or 14631164. OLE color: 14631164.
HSL color Cylindrical-coordinate representation of color #FC40DF: hue angle of 309.26º 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 #FC40DF is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 223 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.01 |
| HSL | 309.26º | 0.97% | 0.62% | - |
| HSV(B) | 309.26º | 0.75% | 0.99% | - |
| XYZ | 55.3 | 29.69 | 72.63 | - |
| YUV | 138.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 223 | 0 | 0.75 | 0.12 | 0.01 | 309.26 | 0.97 | 0.62 |
| Hex | FC | 40 | DF | 0 | 4B | C | 1 | 135 | 61 | 3E |
| Octal | 374 | 100 | 337 | 0 | 113 | 14 | 1 | 465 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11011111 | 0 | 1001011 | 1100 | 1 | 100110101 | 1100001 | 111110 |
Color Harmonies of #FC40DF
Complementary color
Monochromatic Colors of #FC40DF
Black with #FC40DF
Text Example
Text Example
White with #FC40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40DF; }
p { color: rgb(252,64,223); }
H1.HeaderClassName
{
color: #FC40DF;
}
.AnyTagClassName
{
color: #FC40DF;
}
</style>
background-color css
<style>
a { background-color: #FC40DF; }
a { background-color: rgb(252,64,223); }
div.DivClassName
{
background-color: #FC40DF;
}
.BgClassName
{
background-color: #FC40DF;
}
</style>
border-color css
<style>
span { border-color: #FC40DF; }
span { border-color: rgb(252,64,223); }
td.TdClassName
{
border-color: #FC40DF;
}
.TagClassName
{
border-color: #FC40DF;
}
</style>