Shades of Razzle Dazzle Rose #FC24DF
Tints of Razzle Dazzle Rose #FC24DF
RGB
CMYK
RGB Variations
Color information
#FC24DF (or 0xFC24DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 24 and DF. RGB value is (252,36,223). Sum of RGB (Red+Green+Blue) = 252+36+223=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 36 (14.45% from 255 or 7.05% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC24DF is #03DB20. Grayscale: #797979. Windows color (decimal): -252705 or 14623996. OLE color: 14623996.
HSL color Cylindrical-coordinate representation of color #FC24DF: hue angle of 308.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC24DF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 223 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.01 |
| HSL | 308.06º | 0.97% | 0.56% | - |
| HSV(B) | 308.06º | 0.86% | 0.99% | - |
| XYZ | 54.1 | 27.28 | 72.23 | - |
| YUV | 121.9 | 185.06 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 223 | 0 | 0.86 | 0.12 | 0.01 | 308.06 | 0.97 | 0.56 |
| Hex | FC | 24 | DF | 0 | 56 | C | 1 | 134 | 61 | 38 |
| Octal | 374 | 44 | 337 | 0 | 126 | 14 | 1 | 464 | 141 | 70 |
| Binary | 11111100 | 100100 | 11011111 | 0 | 1010110 | 1100 | 1 | 100110100 | 1100001 | 111000 |
Color Harmonies of #FC24DF
Complementary color
Monochromatic Colors of #FC24DF
Black with #FC24DF
Text Example
Text Example
White with #FC24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC24DF; }
p { color: rgb(252,36,223); }
H1.HeaderClassName
{
color: #FC24DF;
}
.AnyTagClassName
{
color: #FC24DF;
}
</style>
background-color css
<style>
a { background-color: #FC24DF; }
a { background-color: rgb(252,36,223); }
div.DivClassName
{
background-color: #FC24DF;
}
.BgClassName
{
background-color: #FC24DF;
}
</style>
border-color css
<style>
span { border-color: #FC24DF; }
span { border-color: rgb(252,36,223); }
td.TdClassName
{
border-color: #FC24DF;
}
.TagClassName
{
border-color: #FC24DF;
}
</style>