Shades of Razzle Dazzle Rose #F721DB
Tints of Razzle Dazzle Rose #F721DB
RGB
CMYK
RGB Variations
Color information
#F721DB (or 0xF721DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and DB. RGB value is (247,33,219). Sum of RGB (Red+Green+Blue) = 247+33+219=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F721DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721DB is #08DE24. Grayscale: #757575. Windows color (decimal): -581157 or 14361079. OLE color: 14361079.
HSL color Cylindrical-coordinate representation of color #F721DB: hue angle of 307.85º 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 #F721DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.03 |
| HSL | 307.85º | 0.93% | 0.55% | - |
| HSV(B) | 307.85º | 0.87% | 0.97% | - |
| XYZ | 51.69 | 25.98 | 69.31 | - |
| YUV | 118.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 219 | 0 | 0.87 | 0.11 | 0.03 | 307.85 | 0.93 | 0.55 |
| Hex | F7 | 21 | DB | 0 | 57 | B | 3 | 134 | 5D | 37 |
| Octal | 367 | 41 | 333 | 0 | 127 | 13 | 3 | 464 | 135 | 67 |
| Binary | 11110111 | 100001 | 11011011 | 0 | 1010111 | 1011 | 11 | 100110100 | 1011101 | 110111 |
Color Harmonies of #F721DB
Complementary color
Monochromatic Colors of #F721DB
Black with #F721DB
Text Example
Text Example
White with #F721DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721DB; }
p { color: rgb(247,33,219); }
H1.HeaderClassName
{
color: #F721DB;
}
.AnyTagClassName
{
color: #F721DB;
}
</style>
background-color css
<style>
a { background-color: #F721DB; }
a { background-color: rgb(247,33,219); }
div.DivClassName
{
background-color: #F721DB;
}
.BgClassName
{
background-color: #F721DB;
}
</style>
border-color css
<style>
span { border-color: #F721DB; }
span { border-color: rgb(247,33,219); }
td.TdClassName
{
border-color: #F721DB;
}
.TagClassName
{
border-color: #F721DB;
}
</style>