Shades of Razzle Dazzle Rose #FF24D6
Tints of Razzle Dazzle Rose #FF24D6
RGB
CMYK
RGB Variations
Color information
#FF24D6 (or 0xFF24D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 24 and D6. RGB value is (255,36,214). Sum of RGB (Red+Green+Blue) = 255+36+214=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24D6 is #00DB29. Grayscale: #797979. Windows color (decimal): -56106 or 14034175. OLE color: 14034175.
HSL color Cylindrical-coordinate representation of color #FF24D6: hue angle of 311.23º 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 #FF24D6 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 214 | - |
| CMYK | 0 | 0.86 | 0.16 | 0 |
| HSL | 311.23º | 1% | 0.57% | - |
| HSV(B) | 311.23º | 0.86% | 1% | - |
| XYZ | 54.01 | 27.38 | 66.06 | - |
| YUV | 121.77 | 180.05 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 214 | 0 | 0.86 | 0.16 | 0 | 311.23 | 1 | 0.57 |
| Hex | FF | 24 | D6 | 0 | 56 | 10 | 0 | 137 | 64 | 39 |
| Octal | 377 | 44 | 326 | 0 | 126 | 20 | 0 | 467 | 144 | 71 |
| Binary | 11111111 | 100100 | 11010110 | 0 | 1010110 | 10000 | 0 | 100110111 | 1100100 | 111001 |
Color Harmonies of #FF24D6
Complementary color
Monochromatic Colors of #FF24D6
Black with #FF24D6
Text Example
Text Example
White with #FF24D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24D6; }
p { color: rgb(255,36,214); }
H1.HeaderClassName
{
color: #FF24D6;
}
.AnyTagClassName
{
color: #FF24D6;
}
</style>
background-color css
<style>
a { background-color: #FF24D6; }
a { background-color: rgb(255,36,214); }
div.DivClassName
{
background-color: #FF24D6;
}
.BgClassName
{
background-color: #FF24D6;
}
</style>
border-color css
<style>
span { border-color: #FF24D6; }
span { border-color: rgb(255,36,214); }
td.TdClassName
{
border-color: #FF24D6;
}
.TagClassName
{
border-color: #FF24D6;
}
</style>