Shades of Razzle Dazzle Rose #F03EDB
Tints of Razzle Dazzle Rose #F03EDB
RGB
CMYK
RGB Variations
Color information
#F03EDB (or 0xF03EDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and DB. RGB value is (240,62,219). Sum of RGB (Red+Green+Blue) = 240+62+219=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03EDB is #0FC124. Grayscale: #848484. Windows color (decimal): -1032485 or 14368496. OLE color: 14368496.
HSL color Cylindrical-coordinate representation of color #F03EDB: hue angle of 307.08º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03EDB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.06 |
| HSL | 307.08º | 0.86% | 0.59% | - |
| HSV(B) | 307.08º | 0.74% | 0.94% | - |
| XYZ | 50.44 | 27.08 | 69.59 | - |
| YUV | 133.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 219 | 0 | 0.74 | 0.09 | 0.06 | 307.08 | 0.86 | 0.59 |
| Hex | F0 | 3E | DB | 0 | 4A | 9 | 6 | 133 | 56 | 3B |
| Octal | 360 | 76 | 333 | 0 | 112 | 11 | 6 | 463 | 126 | 73 |
| Binary | 11110000 | 111110 | 11011011 | 0 | 1001010 | 1001 | 110 | 100110011 | 1010110 | 111011 |
Color Harmonies of #F03EDB
Complementary color
Monochromatic Colors of #F03EDB
Black with #F03EDB
Text Example
Text Example
White with #F03EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03EDB; }
p { color: rgb(240,62,219); }
H1.HeaderClassName
{
color: #F03EDB;
}
.AnyTagClassName
{
color: #F03EDB;
}
</style>
background-color css
<style>
a { background-color: #F03EDB; }
a { background-color: rgb(240,62,219); }
div.DivClassName
{
background-color: #F03EDB;
}
.BgClassName
{
background-color: #F03EDB;
}
</style>
border-color css
<style>
span { border-color: #F03EDB; }
span { border-color: rgb(240,62,219); }
td.TdClassName
{
border-color: #F03EDB;
}
.TagClassName
{
border-color: #F03EDB;
}
</style>