Shades of Razzle Dazzle Rose #FC24C2
Tints of Razzle Dazzle Rose #FC24C2
RGB
CMYK
RGB Variations
Color information
#FC24C2 (or 0xFC24C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 24 and C2. RGB value is (252,36,194). Sum of RGB (Red+Green+Blue) = 252+36+194=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC24C2 is #03DB3D. Grayscale: #767676. Windows color (decimal): -252734 or 12723452. OLE color: 12723452.
HSL color Cylindrical-coordinate representation of color #FC24C2: hue angle of 316.11º 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 #FC24C2 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 194 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.01 |
| HSL | 316.11º | 0.97% | 0.56% | - |
| HSV(B) | 316.11º | 0.86% | 0.99% | - |
| XYZ | 50.51 | 25.85 | 53.37 | - |
| YUV | 118.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 194 | 0 | 0.86 | 0.23 | 0.01 | 316.11 | 0.97 | 0.56 |
| Hex | FC | 24 | C2 | 0 | 56 | 17 | 1 | 13C | 61 | 38 |
| Octal | 374 | 44 | 302 | 0 | 126 | 27 | 1 | 474 | 141 | 70 |
| Binary | 11111100 | 100100 | 11000010 | 0 | 1010110 | 10111 | 1 | 100111100 | 1100001 | 111000 |
Color Harmonies of #FC24C2
Complementary color
Monochromatic Colors of #FC24C2
Black with #FC24C2
Text Example
Text Example
White with #FC24C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC24C2; }
p { color: rgb(252,36,194); }
H1.HeaderClassName
{
color: #FC24C2;
}
.AnyTagClassName
{
color: #FC24C2;
}
</style>
background-color css
<style>
a { background-color: #FC24C2; }
a { background-color: rgb(252,36,194); }
div.DivClassName
{
background-color: #FC24C2;
}
.BgClassName
{
background-color: #FC24C2;
}
</style>
border-color css
<style>
span { border-color: #FC24C2; }
span { border-color: rgb(252,36,194); }
td.TdClassName
{
border-color: #FC24C2;
}
.TagClassName
{
border-color: #FC24C2;
}
</style>