Shades of Razzle Dazzle Rose #F724DB
Tints of Razzle Dazzle Rose #F724DB
RGB
CMYK
RGB Variations
Color information
#F724DB (or 0xF724DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and DB. RGB value is (247,36,219). Sum of RGB (Red+Green+Blue) = 247+36+219=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F724DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724DB is #08DB24. Grayscale: #777777. Windows color (decimal): -580389 or 14361847. OLE color: 14361847.
HSL color Cylindrical-coordinate representation of color #F724DB: hue angle of 307.96º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F724DB is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 219 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.03 |
| HSL | 307.96º | 0.93% | 0.55% | - |
| HSV(B) | 307.96º | 0.85% | 0.97% | - |
| XYZ | 51.77 | 26.15 | 69.34 | - |
| YUV | 119.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 219 | 0 | 0.85 | 0.11 | 0.03 | 307.96 | 0.93 | 0.55 |
| Hex | F7 | 24 | DB | 0 | 55 | B | 3 | 134 | 5D | 37 |
| Octal | 367 | 44 | 333 | 0 | 125 | 13 | 3 | 464 | 135 | 67 |
| Binary | 11110111 | 100100 | 11011011 | 0 | 1010101 | 1011 | 11 | 100110100 | 1011101 | 110111 |
Color Harmonies of #F724DB
Complementary color
Monochromatic Colors of #F724DB
Black with #F724DB
Text Example
Text Example
White with #F724DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724DB; }
p { color: rgb(247,36,219); }
H1.HeaderClassName
{
color: #F724DB;
}
.AnyTagClassName
{
color: #F724DB;
}
</style>
background-color css
<style>
a { background-color: #F724DB; }
a { background-color: rgb(247,36,219); }
div.DivClassName
{
background-color: #F724DB;
}
.BgClassName
{
background-color: #F724DB;
}
</style>
border-color css
<style>
span { border-color: #F724DB; }
span { border-color: rgb(247,36,219); }
td.TdClassName
{
border-color: #F724DB;
}
.TagClassName
{
border-color: #F724DB;
}
</style>