Shades of Razzle Dazzle Rose #F028EC
Tints of Razzle Dazzle Rose #F028EC
RGB
CMYK
RGB Variations
Color information
#F028EC (or 0xF028EC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and EC. RGB value is (240,40,236). Sum of RGB (Red+Green+Blue) = 240+40+236=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F028EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028EC is #0FD713. Grayscale: #797979. Windows color (decimal): -1038100 or 15476976. OLE color: 15476976.
HSL color Cylindrical-coordinate representation of color #F028EC: hue angle of 301.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028EC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 236 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.06 |
| HSL | 301.2º | 0.87% | 0.55% | - |
| HSV(B) | 301.2º | 0.83% | 0.94% | - |
| XYZ | 51.83 | 26.1 | 81.66 | - |
| YUV | 122.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 236 | 0 | 0.83 | 0.02 | 0.06 | 301.2 | 0.87 | 0.55 |
| Hex | F0 | 28 | EC | 0 | 53 | 2 | 6 | 12D | 57 | 37 |
| Octal | 360 | 50 | 354 | 0 | 123 | 2 | 6 | 455 | 127 | 67 |
| Binary | 11110000 | 101000 | 11101100 | 0 | 1010011 | 10 | 110 | 100101101 | 1010111 | 110111 |
Color Harmonies of #F028EC
Complementary color
Monochromatic Colors of #F028EC
Black with #F028EC
Text Example
Text Example
White with #F028EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028EC; }
p { color: rgb(240,40,236); }
H1.HeaderClassName
{
color: #F028EC;
}
.AnyTagClassName
{
color: #F028EC;
}
</style>
background-color css
<style>
a { background-color: #F028EC; }
a { background-color: rgb(240,40,236); }
div.DivClassName
{
background-color: #F028EC;
}
.BgClassName
{
background-color: #F028EC;
}
</style>
border-color css
<style>
span { border-color: #F028EC; }
span { border-color: rgb(240,40,236); }
td.TdClassName
{
border-color: #F028EC;
}
.TagClassName
{
border-color: #F028EC;
}
</style>