Shades of Razzle Dazzle Rose #F427DB
Tints of Razzle Dazzle Rose #F427DB
RGB
CMYK
RGB Variations
Color information
#F427DB (or 0xF427DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 27 and DB. RGB value is (244,39,219). Sum of RGB (Red+Green+Blue) = 244+39+219=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F427DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F427DB is #0BD824. Grayscale: #787878. Windows color (decimal): -776229 or 14362612. OLE color: 14362612.
HSL color Cylindrical-coordinate representation of color #F427DB: hue angle of 307.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F427DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 307.32º | 0.9% | 0.55% | - |
| HSV(B) | 307.32º | 0.84% | 0.96% | - |
| XYZ | 50.82 | 25.8 | 69.32 | - |
| YUV | 120.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 219 | 0 | 0.84 | 0.10 | 0.04 | 307.32 | 0.9 | 0.55 |
| Hex | F4 | 27 | DB | 0 | 54 | A | 4 | 133 | 5A | 37 |
| Octal | 364 | 47 | 333 | 0 | 124 | 12 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100111 | 11011011 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F427DB
Complementary color
Monochromatic Colors of #F427DB
Black with #F427DB
Text Example
Text Example
White with #F427DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F427DB; }
p { color: rgb(244,39,219); }
H1.HeaderClassName
{
color: #F427DB;
}
.AnyTagClassName
{
color: #F427DB;
}
</style>
background-color css
<style>
a { background-color: #F427DB; }
a { background-color: rgb(244,39,219); }
div.DivClassName
{
background-color: #F427DB;
}
.BgClassName
{
background-color: #F427DB;
}
</style>
border-color css
<style>
span { border-color: #F427DB; }
span { border-color: rgb(244,39,219); }
td.TdClassName
{
border-color: #F427DB;
}
.TagClassName
{
border-color: #F427DB;
}
</style>