Shades of Razzle Dazzle Rose #F028EF
Tints of Razzle Dazzle Rose #F028EF
RGB
CMYK
RGB Variations
Color information
#F028EF (or 0xF028EF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and EF. RGB value is (240,40,239). Sum of RGB (Red+Green+Blue) = 240+40+239=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 40 (16.02% from 255 or 7.71% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F028EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028EF is #0FD710. Grayscale: #797979. Windows color (decimal): -1038097 or 15673584. OLE color: 15673584.
HSL color Cylindrical-coordinate representation of color #F028EF: hue angle of 300.3º 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 #F028EF is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 239 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.06 |
| HSL | 300.3º | 0.87% | 0.55% | - |
| HSV(B) | 300.3º | 0.83% | 0.94% | - |
| XYZ | 52.27 | 26.27 | 83.98 | - |
| YUV | 122.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 239 | 0 | 0.83 | 0.00 | 0.06 | 300.3 | 0.87 | 0.55 |
| Hex | F0 | 28 | EF | 0 | 53 | 0 | 6 | 12C | 57 | 37 |
| Octal | 360 | 50 | 357 | 0 | 123 | 0 | 6 | 454 | 127 | 67 |
| Binary | 11110000 | 101000 | 11101111 | 0 | 1010011 | 0 | 110 | 100101100 | 1010111 | 110111 |
Color Harmonies of #F028EF
Complementary color
Monochromatic Colors of #F028EF
Black with #F028EF
Text Example
Text Example
White with #F028EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028EF; }
p { color: rgb(240,40,239); }
H1.HeaderClassName
{
color: #F028EF;
}
.AnyTagClassName
{
color: #F028EF;
}
</style>
background-color css
<style>
a { background-color: #F028EF; }
a { background-color: rgb(240,40,239); }
div.DivClassName
{
background-color: #F028EF;
}
.BgClassName
{
background-color: #F028EF;
}
</style>
border-color css
<style>
span { border-color: #F028EF; }
span { border-color: rgb(240,40,239); }
td.TdClassName
{
border-color: #F028EF;
}
.TagClassName
{
border-color: #F028EF;
}
</style>