Shades of Razzle Dazzle Rose #F424DB
Tints of Razzle Dazzle Rose #F424DB
RGB
CMYK
RGB Variations
Color information
#F424DB (or 0xF424DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 24 and DB. RGB value is (244,36,219). Sum of RGB (Red+Green+Blue) = 244+36+219=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F424DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424DB is #0BDB24. Grayscale: #767676. Windows color (decimal): -776997 or 14361844. OLE color: 14361844.
HSL color Cylindrical-coordinate representation of color #F424DB: hue angle of 307.21º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424DB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 219 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.04 |
| HSL | 307.21º | 0.9% | 0.55% | - |
| HSV(B) | 307.21º | 0.85% | 0.96% | - |
| XYZ | 50.73 | 25.61 | 69.29 | - |
| YUV | 119.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 219 | 0 | 0.85 | 0.10 | 0.04 | 307.21 | 0.9 | 0.55 |
| Hex | F4 | 24 | DB | 0 | 55 | A | 4 | 133 | 5A | 37 |
| Octal | 364 | 44 | 333 | 0 | 125 | 12 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100100 | 11011011 | 0 | 1010101 | 1010 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F424DB
Complementary color
Monochromatic Colors of #F424DB
Black with #F424DB
Text Example
Text Example
White with #F424DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424DB; }
p { color: rgb(244,36,219); }
H1.HeaderClassName
{
color: #F424DB;
}
.AnyTagClassName
{
color: #F424DB;
}
</style>
background-color css
<style>
a { background-color: #F424DB; }
a { background-color: rgb(244,36,219); }
div.DivClassName
{
background-color: #F424DB;
}
.BgClassName
{
background-color: #F424DB;
}
</style>
border-color css
<style>
span { border-color: #F424DB; }
span { border-color: rgb(244,36,219); }
td.TdClassName
{
border-color: #F424DB;
}
.TagClassName
{
border-color: #F424DB;
}
</style>