Shades of Razzle Dazzle Rose #F02EDE
Tints of Razzle Dazzle Rose #F02EDE
RGB
CMYK
RGB Variations
Color information
#F02EDE (or 0xF02EDE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and DE. RGB value is (240,46,222). Sum of RGB (Red+Green+Blue) = 240+46+222=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EDE is #0FD121. Grayscale: #7B7B7B. Windows color (decimal): -1036578 or 14561008. OLE color: 14561008.
HSL color Cylindrical-coordinate representation of color #F02EDE: hue angle of 305.57º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EDE is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 222 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.06 |
| HSL | 305.57º | 0.87% | 0.56% | - |
| HSV(B) | 305.57º | 0.81% | 0.94% | - |
| XYZ | 50.1 | 25.75 | 71.44 | - |
| YUV | 124.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 222 | 0 | 0.81 | 0.08 | 0.06 | 305.57 | 0.87 | 0.56 |
| Hex | F0 | 2E | DE | 0 | 51 | 8 | 6 | 132 | 57 | 38 |
| Octal | 360 | 56 | 336 | 0 | 121 | 10 | 6 | 462 | 127 | 70 |
| Binary | 11110000 | 101110 | 11011110 | 0 | 1010001 | 1000 | 110 | 100110010 | 1010111 | 111000 |
Color Harmonies of #F02EDE
Complementary color
Monochromatic Colors of #F02EDE
Black with #F02EDE
Text Example
Text Example
White with #F02EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EDE; }
p { color: rgb(240,46,222); }
H1.HeaderClassName
{
color: #F02EDE;
}
.AnyTagClassName
{
color: #F02EDE;
}
</style>
background-color css
<style>
a { background-color: #F02EDE; }
a { background-color: rgb(240,46,222); }
div.DivClassName
{
background-color: #F02EDE;
}
.BgClassName
{
background-color: #F02EDE;
}
</style>
border-color css
<style>
span { border-color: #F02EDE; }
span { border-color: rgb(240,46,222); }
td.TdClassName
{
border-color: #F02EDE;
}
.TagClassName
{
border-color: #F02EDE;
}
</style>