Shades of Razzle Dazzle Rose #F824EC
Tints of Razzle Dazzle Rose #F824EC
RGB
CMYK
RGB Variations
Color information
#F824EC (or 0xF824EC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 24 and EC. RGB value is (248,36,236). Sum of RGB (Red+Green+Blue) = 248+36+236=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 36 (14.45% from 255 or 6.92% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F824EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824EC is #07DB13. Grayscale: #797979. Windows color (decimal): -514836 or 15475960. OLE color: 15475960.
HSL color Cylindrical-coordinate representation of color #F824EC: hue angle of 303.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F824EC is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 236 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.03 |
| HSL | 303.4º | 0.94% | 0.56% | - |
| HSV(B) | 303.4º | 0.85% | 0.97% | - |
| XYZ | 54.48 | 27.27 | 81.75 | - |
| YUV | 122.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 236 | 0 | 0.85 | 0.05 | 0.03 | 303.4 | 0.94 | 0.56 |
| Hex | F8 | 24 | EC | 0 | 55 | 5 | 3 | 12F | 5E | 38 |
| Octal | 370 | 44 | 354 | 0 | 125 | 5 | 3 | 457 | 136 | 70 |
| Binary | 11111000 | 100100 | 11101100 | 0 | 1010101 | 101 | 11 | 100101111 | 1011110 | 111000 |
Color Harmonies of #F824EC
Complementary color
Monochromatic Colors of #F824EC
Black with #F824EC
Text Example
Text Example
White with #F824EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824EC; }
p { color: rgb(248,36,236); }
H1.HeaderClassName
{
color: #F824EC;
}
.AnyTagClassName
{
color: #F824EC;
}
</style>
background-color css
<style>
a { background-color: #F824EC; }
a { background-color: rgb(248,36,236); }
div.DivClassName
{
background-color: #F824EC;
}
.BgClassName
{
background-color: #F824EC;
}
</style>
border-color css
<style>
span { border-color: #F824EC; }
span { border-color: rgb(248,36,236); }
td.TdClassName
{
border-color: #F824EC;
}
.TagClassName
{
border-color: #F824EC;
}
</style>