Shades of Razzle Dazzle Rose #F028EE
Tints of Razzle Dazzle Rose #F028EE
RGB
CMYK
RGB Variations
Color information
#F028EE (or 0xF028EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and EE. RGB value is (240,40,238). Sum of RGB (Red+Green+Blue) = 240+40+238=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F028EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028EE is #0FD711. Grayscale: #797979. Windows color (decimal): -1038098 or 15608048. OLE color: 15608048.
HSL color Cylindrical-coordinate representation of color #F028EE: hue angle of 300.6º 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 #F028EE is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 238 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.06 |
| HSL | 300.6º | 0.87% | 0.55% | - |
| HSV(B) | 300.6º | 0.83% | 0.94% | - |
| XYZ | 52.13 | 26.22 | 83.2 | - |
| YUV | 122.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 238 | 0 | 0.83 | 0.01 | 0.06 | 300.6 | 0.87 | 0.55 |
| Hex | F0 | 28 | EE | 0 | 53 | 1 | 6 | 12D | 57 | 37 |
| Octal | 360 | 50 | 356 | 0 | 123 | 1 | 6 | 455 | 127 | 67 |
| Binary | 11110000 | 101000 | 11101110 | 0 | 1010011 | 1 | 110 | 100101101 | 1010111 | 110111 |
Color Harmonies of #F028EE
Complementary color
Monochromatic Colors of #F028EE
Black with #F028EE
Text Example
Text Example
White with #F028EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028EE; }
p { color: rgb(240,40,238); }
H1.HeaderClassName
{
color: #F028EE;
}
.AnyTagClassName
{
color: #F028EE;
}
</style>
background-color css
<style>
a { background-color: #F028EE; }
a { background-color: rgb(240,40,238); }
div.DivClassName
{
background-color: #F028EE;
}
.BgClassName
{
background-color: #F028EE;
}
</style>
border-color css
<style>
span { border-color: #F028EE; }
span { border-color: rgb(240,40,238); }
td.TdClassName
{
border-color: #F028EE;
}
.TagClassName
{
border-color: #F028EE;
}
</style>