Shades of Razzle Dazzle Rose #F720DB
Tints of Razzle Dazzle Rose #F720DB
RGB
CMYK
RGB Variations
Color information
#F720DB (or 0xF720DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 20 and DB. RGB value is (247,32,219). Sum of RGB (Red+Green+Blue) = 247+32+219=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F720DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F720DB is #08DF24. Grayscale: #757575. Windows color (decimal): -581413 or 14360823. OLE color: 14360823.
HSL color Cylindrical-coordinate representation of color #F720DB: hue angle of 307.81º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.03 |
| HSL | 307.81º | 0.93% | 0.55% | - |
| HSV(B) | 307.81º | 0.87% | 0.97% | - |
| XYZ | 51.66 | 25.92 | 69.3 | - |
| YUV | 117.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 219 | 0 | 0.87 | 0.11 | 0.03 | 307.81 | 0.93 | 0.55 |
| Hex | F7 | 20 | DB | 0 | 57 | B | 3 | 134 | 5D | 37 |
| Octal | 367 | 40 | 333 | 0 | 127 | 13 | 3 | 464 | 135 | 67 |
| Binary | 11110111 | 100000 | 11011011 | 0 | 1010111 | 1011 | 11 | 100110100 | 1011101 | 110111 |
Color Harmonies of #F720DB
Complementary color
Monochromatic Colors of #F720DB
Black with #F720DB
Text Example
Text Example
White with #F720DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F720DB; }
p { color: rgb(247,32,219); }
H1.HeaderClassName
{
color: #F720DB;
}
.AnyTagClassName
{
color: #F720DB;
}
</style>
background-color css
<style>
a { background-color: #F720DB; }
a { background-color: rgb(247,32,219); }
div.DivClassName
{
background-color: #F720DB;
}
.BgClassName
{
background-color: #F720DB;
}
</style>
border-color css
<style>
span { border-color: #F720DB; }
span { border-color: rgb(247,32,219); }
td.TdClassName
{
border-color: #F720DB;
}
.TagClassName
{
border-color: #F720DB;
}
</style>