Shades of Razzle Dazzle Rose #F030EF
Tints of Razzle Dazzle Rose #F030EF
RGB
CMYK
RGB Variations
Color information
#F030EF (or 0xF030EF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and EF. RGB value is (240,48,239). Sum of RGB (Red+Green+Blue) = 240+48+239=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F030EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030EF is #0FCF10. Grayscale: #7E7E7E. Windows color (decimal): -1036049 or 15675632. OLE color: 15675632.
HSL color Cylindrical-coordinate representation of color #F030EF: hue angle of 300.31º 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 #F030EF is Cyan = 0, Magento = 0.8, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 239 | - |
| CMYK | 0 | 0.8 | 0.00 | 0.06 |
| HSL | 300.31º | 0.86% | 0.56% | - |
| HSV(B) | 300.31º | 0.8% | 0.94% | - |
| XYZ | 52.57 | 26.87 | 84.08 | - |
| YUV | 127.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 239 | 0 | 0.8 | 0.00 | 0.06 | 300.31 | 0.86 | 0.56 |
| Hex | F0 | 30 | EF | 0 | 50 | 0 | 6 | 12C | 56 | 38 |
| Octal | 360 | 60 | 357 | 0 | 120 | 0 | 6 | 454 | 126 | 70 |
| Binary | 11110000 | 110000 | 11101111 | 0 | 1010000 | 0 | 110 | 100101100 | 1010110 | 111000 |
Color Harmonies of #F030EF
Complementary color
Monochromatic Colors of #F030EF
Black with #F030EF
Text Example
Text Example
White with #F030EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030EF; }
p { color: rgb(240,48,239); }
H1.HeaderClassName
{
color: #F030EF;
}
.AnyTagClassName
{
color: #F030EF;
}
</style>
background-color css
<style>
a { background-color: #F030EF; }
a { background-color: rgb(240,48,239); }
div.DivClassName
{
background-color: #F030EF;
}
.BgClassName
{
background-color: #F030EF;
}
</style>
border-color css
<style>
span { border-color: #F030EF; }
span { border-color: rgb(240,48,239); }
td.TdClassName
{
border-color: #F030EF;
}
.TagClassName
{
border-color: #F030EF;
}
</style>