Shades of Razzle Dazzle Rose #F026EC
Tints of Razzle Dazzle Rose #F026EC
RGB
CMYK
RGB Variations
Color information
#F026EC (or 0xF026EC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 26 and EC. RGB value is (240,38,236). Sum of RGB (Red+Green+Blue) = 240+38+236=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F026EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F026EC is #0FD913. Grayscale: #787878. Windows color (decimal): -1038612 or 15476464. OLE color: 15476464.
HSL color Cylindrical-coordinate representation of color #F026EC: hue angle of 301.19º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F026EC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 236 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.06 |
| HSL | 301.19º | 0.87% | 0.55% | - |
| HSV(B) | 301.19º | 0.84% | 0.94% | - |
| XYZ | 51.77 | 25.97 | 81.64 | - |
| YUV | 120.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 236 | 0 | 0.84 | 0.02 | 0.06 | 301.19 | 0.87 | 0.55 |
| Hex | F0 | 26 | EC | 0 | 54 | 2 | 6 | 12D | 57 | 37 |
| Octal | 360 | 46 | 354 | 0 | 124 | 2 | 6 | 455 | 127 | 67 |
| Binary | 11110000 | 100110 | 11101100 | 0 | 1010100 | 10 | 110 | 100101101 | 1010111 | 110111 |
Color Harmonies of #F026EC
Complementary color
Monochromatic Colors of #F026EC
Black with #F026EC
Text Example
Text Example
White with #F026EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F026EC; }
p { color: rgb(240,38,236); }
H1.HeaderClassName
{
color: #F026EC;
}
.AnyTagClassName
{
color: #F026EC;
}
</style>
background-color css
<style>
a { background-color: #F026EC; }
a { background-color: rgb(240,38,236); }
div.DivClassName
{
background-color: #F026EC;
}
.BgClassName
{
background-color: #F026EC;
}
</style>
border-color css
<style>
span { border-color: #F026EC; }
span { border-color: rgb(240,38,236); }
td.TdClassName
{
border-color: #F026EC;
}
.TagClassName
{
border-color: #F026EC;
}
</style>