Shades of Razzle Dazzle Rose #F428DB
Tints of Razzle Dazzle Rose #F428DB
RGB
CMYK
RGB Variations
Color information
#F428DB (or 0xF428DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and DB. RGB value is (244,40,219). Sum of RGB (Red+Green+Blue) = 244+40+219=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F428DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428DB is #0BD724. Grayscale: #787878. Windows color (decimal): -775973 or 14362868. OLE color: 14362868.
HSL color Cylindrical-coordinate representation of color #F428DB: hue angle of 307.35º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 307.35º | 0.9% | 0.56% | - |
| HSV(B) | 307.35º | 0.84% | 0.96% | - |
| XYZ | 50.85 | 25.87 | 69.33 | - |
| YUV | 121.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 219 | 0 | 0.84 | 0.10 | 0.04 | 307.35 | 0.9 | 0.56 |
| Hex | F4 | 28 | DB | 0 | 54 | A | 4 | 133 | 5A | 38 |
| Octal | 364 | 50 | 333 | 0 | 124 | 12 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101000 | 11011011 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F428DB
Complementary color
Monochromatic Colors of #F428DB
Black with #F428DB
Text Example
Text Example
White with #F428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428DB; }
p { color: rgb(244,40,219); }
H1.HeaderClassName
{
color: #F428DB;
}
.AnyTagClassName
{
color: #F428DB;
}
</style>
background-color css
<style>
a { background-color: #F428DB; }
a { background-color: rgb(244,40,219); }
div.DivClassName
{
background-color: #F428DB;
}
.BgClassName
{
background-color: #F428DB;
}
</style>
border-color css
<style>
span { border-color: #F428DB; }
span { border-color: rgb(244,40,219); }
td.TdClassName
{
border-color: #F428DB;
}
.TagClassName
{
border-color: #F428DB;
}
</style>