Shades of Razzle Dazzle Rose #F924EC
Tints of Razzle Dazzle Rose #F924EC
RGB
CMYK
RGB Variations
Color information
#F924EC (or 0xF924EC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 24 and EC. RGB value is (249,36,236). Sum of RGB (Red+Green+Blue) = 249+36+236=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 36 (14.45% from 255 or 6.91% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F924EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F924EC is #06DB13. Grayscale: #797979. Windows color (decimal): -449300 or 15475961. OLE color: 15475961.
HSL color Cylindrical-coordinate representation of color #F924EC: hue angle of 303.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924EC is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 236 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.02 |
| HSL | 303.66º | 0.95% | 0.56% | - |
| HSV(B) | 303.66º | 0.86% | 0.98% | - |
| XYZ | 54.84 | 27.46 | 81.77 | - |
| YUV | 122.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 236 | 0 | 0.86 | 0.05 | 0.02 | 303.66 | 0.95 | 0.56 |
| Hex | F9 | 24 | EC | 0 | 56 | 5 | 2 | 130 | 5F | 38 |
| Octal | 371 | 44 | 354 | 0 | 126 | 5 | 2 | 460 | 137 | 70 |
| Binary | 11111001 | 100100 | 11101100 | 0 | 1010110 | 101 | 10 | 100110000 | 1011111 | 111000 |
Color Harmonies of #F924EC
Complementary color
Monochromatic Colors of #F924EC
Black with #F924EC
Text Example
Text Example
White with #F924EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924EC; }
p { color: rgb(249,36,236); }
H1.HeaderClassName
{
color: #F924EC;
}
.AnyTagClassName
{
color: #F924EC;
}
</style>
background-color css
<style>
a { background-color: #F924EC; }
a { background-color: rgb(249,36,236); }
div.DivClassName
{
background-color: #F924EC;
}
.BgClassName
{
background-color: #F924EC;
}
</style>
border-color css
<style>
span { border-color: #F924EC; }
span { border-color: rgb(249,36,236); }
td.TdClassName
{
border-color: #F924EC;
}
.TagClassName
{
border-color: #F924EC;
}
</style>