Shades of Razzle Dazzle Rose #F42EDB
Tints of Razzle Dazzle Rose #F42EDB
RGB
CMYK
RGB Variations
Color information
#F42EDB (or 0xF42EDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2E and DB. RGB value is (244,46,219). Sum of RGB (Red+Green+Blue) = 244+46+219=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F42EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42EDB is #0BD124. Grayscale: #7C7C7C. Windows color (decimal): -774437 or 14364404. OLE color: 14364404.
HSL color Cylindrical-coordinate representation of color #F42EDB: hue angle of 307.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42EDB is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 219 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.04 |
| HSL | 307.58º | 0.9% | 0.57% | - |
| HSV(B) | 307.58º | 0.81% | 0.96% | - |
| XYZ | 51.07 | 26.3 | 69.4 | - |
| YUV | 124.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 219 | 0 | 0.81 | 0.10 | 0.04 | 307.58 | 0.9 | 0.57 |
| Hex | F4 | 2E | DB | 0 | 51 | A | 4 | 134 | 5A | 39 |
| Octal | 364 | 56 | 333 | 0 | 121 | 12 | 4 | 464 | 132 | 71 |
| Binary | 11110100 | 101110 | 11011011 | 0 | 1010001 | 1010 | 100 | 100110100 | 1011010 | 111001 |
Color Harmonies of #F42EDB
Complementary color
Monochromatic Colors of #F42EDB
Black with #F42EDB
Text Example
Text Example
White with #F42EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42EDB; }
p { color: rgb(244,46,219); }
H1.HeaderClassName
{
color: #F42EDB;
}
.AnyTagClassName
{
color: #F42EDB;
}
</style>
background-color css
<style>
a { background-color: #F42EDB; }
a { background-color: rgb(244,46,219); }
div.DivClassName
{
background-color: #F42EDB;
}
.BgClassName
{
background-color: #F42EDB;
}
</style>
border-color css
<style>
span { border-color: #F42EDB; }
span { border-color: rgb(244,46,219); }
td.TdClassName
{
border-color: #F42EDB;
}
.TagClassName
{
border-color: #F42EDB;
}
</style>