Shades of Razzle Dazzle Rose #FF24D4
Tints of Razzle Dazzle Rose #FF24D4
RGB
CMYK
RGB Variations
Color information
#FF24D4 (or 0xFF24D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 24 and D4. RGB value is (255,36,212). Sum of RGB (Red+Green+Blue) = 255+36+212=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24D4 is #00DB2B. Grayscale: #797979. Windows color (decimal): -56108 or 13903103. OLE color: 13903103.
HSL color Cylindrical-coordinate representation of color #FF24D4: hue angle of 311.78º 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 #FF24D4 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 212 | - |
| CMYK | 0 | 0.86 | 0.17 | 0 |
| HSL | 311.78º | 1% | 0.57% | - |
| HSV(B) | 311.78º | 0.86% | 1% | - |
| XYZ | 53.75 | 27.28 | 64.72 | - |
| YUV | 121.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 212 | 0 | 0.86 | 0.17 | 0 | 311.78 | 1 | 0.57 |
| Hex | FF | 24 | D4 | 0 | 56 | 11 | 0 | 138 | 64 | 39 |
| Octal | 377 | 44 | 324 | 0 | 126 | 21 | 0 | 470 | 144 | 71 |
| Binary | 11111111 | 100100 | 11010100 | 0 | 1010110 | 10001 | 0 | 100111000 | 1100100 | 111001 |
Color Harmonies of #FF24D4
Complementary color
Monochromatic Colors of #FF24D4
Black with #FF24D4
Text Example
Text Example
White with #FF24D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24D4; }
p { color: rgb(255,36,212); }
H1.HeaderClassName
{
color: #FF24D4;
}
.AnyTagClassName
{
color: #FF24D4;
}
</style>
background-color css
<style>
a { background-color: #FF24D4; }
a { background-color: rgb(255,36,212); }
div.DivClassName
{
background-color: #FF24D4;
}
.BgClassName
{
background-color: #FF24D4;
}
</style>
border-color css
<style>
span { border-color: #FF24D4; }
span { border-color: rgb(255,36,212); }
td.TdClassName
{
border-color: #FF24D4;
}
.TagClassName
{
border-color: #FF24D4;
}
</style>