Shades of Razzle Dazzle Rose #FC24C0
Tints of Razzle Dazzle Rose #FC24C0
RGB
CMYK
RGB Variations
Color information
#FC24C0 (or 0xFC24C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 24 and C0. RGB value is (252,36,192). Sum of RGB (Red+Green+Blue) = 252+36+192=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC24C0 is #03DB3F. Grayscale: #757575. Windows color (decimal): -252736 or 12592380. OLE color: 12592380.
HSL color Cylindrical-coordinate representation of color #FC24C0: hue angle of 316.67º 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 #FC24C0 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 192 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.01 |
| HSL | 316.67º | 0.97% | 0.56% | - |
| HSV(B) | 316.67º | 0.86% | 0.99% | - |
| XYZ | 50.29 | 25.76 | 52.19 | - |
| YUV | 118.37 | 169.56 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 192 | 0 | 0.86 | 0.24 | 0.01 | 316.67 | 0.97 | 0.56 |
| Hex | FC | 24 | C0 | 0 | 56 | 18 | 1 | 13D | 61 | 38 |
| Octal | 374 | 44 | 300 | 0 | 126 | 30 | 1 | 475 | 141 | 70 |
| Binary | 11111100 | 100100 | 11000000 | 0 | 1010110 | 11000 | 1 | 100111101 | 1100001 | 111000 |
Color Harmonies of #FC24C0
Complementary color
Monochromatic Colors of #FC24C0
Black with #FC24C0
Text Example
Text Example
White with #FC24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC24C0; }
p { color: rgb(252,36,192); }
H1.HeaderClassName
{
color: #FC24C0;
}
.AnyTagClassName
{
color: #FC24C0;
}
</style>
background-color css
<style>
a { background-color: #FC24C0; }
a { background-color: rgb(252,36,192); }
div.DivClassName
{
background-color: #FC24C0;
}
.BgClassName
{
background-color: #FC24C0;
}
</style>
border-color css
<style>
span { border-color: #FC24C0; }
span { border-color: rgb(252,36,192); }
td.TdClassName
{
border-color: #FC24C0;
}
.TagClassName
{
border-color: #FC24C0;
}
</style>