Shades of Razzle Dazzle Rose #FF24CA
Tints of Razzle Dazzle Rose #FF24CA
RGB
CMYK
RGB Variations
Color information
#FF24CA (or 0xFF24CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 24 and CA. RGB value is (255,36,202). Sum of RGB (Red+Green+Blue) = 255+36+202=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24CA is #00DB35. Grayscale: #777777. Windows color (decimal): -56118 or 13247743. OLE color: 13247743.
HSL color Cylindrical-coordinate representation of color #FF24CA: hue angle of 314.52º 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 #FF24CA is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 202 | - |
| CMYK | 0 | 0.86 | 0.21 | 0 |
| HSL | 314.52º | 1% | 0.57% | - |
| HSV(B) | 314.52º | 0.86% | 1% | - |
| XYZ | 52.53 | 26.79 | 58.28 | - |
| YUV | 120.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 202 | 0 | 0.86 | 0.21 | 0 | 314.52 | 1 | 0.57 |
| Hex | FF | 24 | CA | 0 | 56 | 15 | 0 | 13B | 64 | 39 |
| Octal | 377 | 44 | 312 | 0 | 126 | 25 | 0 | 473 | 144 | 71 |
| Binary | 11111111 | 100100 | 11001010 | 0 | 1010110 | 10101 | 0 | 100111011 | 1100100 | 111001 |
Color Harmonies of #FF24CA
Complementary color
Monochromatic Colors of #FF24CA
Black with #FF24CA
Text Example
Text Example
White with #FF24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24CA; }
p { color: rgb(255,36,202); }
H1.HeaderClassName
{
color: #FF24CA;
}
.AnyTagClassName
{
color: #FF24CA;
}
</style>
background-color css
<style>
a { background-color: #FF24CA; }
a { background-color: rgb(255,36,202); }
div.DivClassName
{
background-color: #FF24CA;
}
.BgClassName
{
background-color: #FF24CA;
}
</style>
border-color css
<style>
span { border-color: #FF24CA; }
span { border-color: rgb(255,36,202); }
td.TdClassName
{
border-color: #FF24CA;
}
.TagClassName
{
border-color: #FF24CA;
}
</style>