Shades of Razzle Dazzle Rose #FF24C0
Tints of Razzle Dazzle Rose #FF24C0
RGB
CMYK
RGB Variations
Color information
#FF24C0 (or 0xFF24C0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 24 and C0. RGB value is (255,36,192). Sum of RGB (Red+Green+Blue) = 255+36+192=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24C0 is #00DB3F. Grayscale: #767676. Windows color (decimal): -56128 or 12592383. OLE color: 12592383.
HSL color Cylindrical-coordinate representation of color #FF24C0: hue angle of 317.26º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF24C0 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 192 | - |
| CMYK | 0 | 0.86 | 0.25 | 0 |
| HSL | 317.26º | 1% | 0.57% | - |
| HSV(B) | 317.26º | 0.86% | 1% | - |
| XYZ | 51.39 | 26.33 | 52.24 | - |
| YUV | 119.27 | 169.05 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 192 | 0 | 0.86 | 0.25 | 0 | 317.26 | 1 | 0.57 |
| Hex | FF | 24 | C0 | 0 | 56 | 19 | 0 | 13D | 64 | 39 |
| Octal | 377 | 44 | 300 | 0 | 126 | 31 | 0 | 475 | 144 | 71 |
| Binary | 11111111 | 100100 | 11000000 | 0 | 1010110 | 11001 | 0 | 100111101 | 1100100 | 111001 |
Color Harmonies of #FF24C0
Complementary color
Monochromatic Colors of #FF24C0
Black with #FF24C0
Text Example
Text Example
White with #FF24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24C0; }
p { color: rgb(255,36,192); }
H1.HeaderClassName
{
color: #FF24C0;
}
.AnyTagClassName
{
color: #FF24C0;
}
</style>
background-color css
<style>
a { background-color: #FF24C0; }
a { background-color: rgb(255,36,192); }
div.DivClassName
{
background-color: #FF24C0;
}
.BgClassName
{
background-color: #FF24C0;
}
</style>
border-color css
<style>
span { border-color: #FF24C0; }
span { border-color: rgb(255,36,192); }
td.TdClassName
{
border-color: #FF24C0;
}
.TagClassName
{
border-color: #FF24C0;
}
</style>