Shades of Razzle Dazzle Rose #F030EC
Tints of Razzle Dazzle Rose #F030EC
RGB
CMYK
RGB Variations
Color information
#F030EC (or 0xF030EC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and EC. RGB value is (240,48,236). Sum of RGB (Red+Green+Blue) = 240+48+236=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 48 (19.14% from 255 or 9.16% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F030EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030EC is #0FCF13. Grayscale: #7E7E7E. Windows color (decimal): -1036052 or 15479024. OLE color: 15479024.
HSL color Cylindrical-coordinate representation of color #F030EC: hue angle of 301.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F030EC is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 236 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.06 |
| HSL | 301.25º | 0.86% | 0.56% | - |
| HSV(B) | 301.25º | 0.8% | 0.94% | - |
| XYZ | 52.13 | 26.7 | 81.76 | - |
| YUV | 126.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 236 | 0 | 0.8 | 0.02 | 0.06 | 301.25 | 0.86 | 0.56 |
| Hex | F0 | 30 | EC | 0 | 50 | 2 | 6 | 12D | 56 | 38 |
| Octal | 360 | 60 | 354 | 0 | 120 | 2 | 6 | 455 | 126 | 70 |
| Binary | 11110000 | 110000 | 11101100 | 0 | 1010000 | 10 | 110 | 100101101 | 1010110 | 111000 |
Color Harmonies of #F030EC
Complementary color
Monochromatic Colors of #F030EC
Black with #F030EC
Text Example
Text Example
White with #F030EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030EC; }
p { color: rgb(240,48,236); }
H1.HeaderClassName
{
color: #F030EC;
}
.AnyTagClassName
{
color: #F030EC;
}
</style>
background-color css
<style>
a { background-color: #F030EC; }
a { background-color: rgb(240,48,236); }
div.DivClassName
{
background-color: #F030EC;
}
.BgClassName
{
background-color: #F030EC;
}
</style>
border-color css
<style>
span { border-color: #F030EC; }
span { border-color: rgb(240,48,236); }
td.TdClassName
{
border-color: #F030EC;
}
.TagClassName
{
border-color: #F030EC;
}
</style>