Shades of Razzle Dazzle Rose #F42DDB
Tints of Razzle Dazzle Rose #F42DDB
RGB
CMYK
RGB Variations
Color information
#F42DDB (or 0xF42DDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2D and DB. RGB value is (244,45,219). Sum of RGB (Red+Green+Blue) = 244+45+219=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DDB is #0BD224. Grayscale: #7B7B7B. Windows color (decimal): -774693 or 14364148. OLE color: 14364148.
HSL color Cylindrical-coordinate representation of color #F42DDB: hue angle of 307.54º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42DDB is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 219 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.04 |
| HSL | 307.54º | 0.9% | 0.57% | - |
| HSV(B) | 307.54º | 0.82% | 0.96% | - |
| XYZ | 51.03 | 26.22 | 69.39 | - |
| YUV | 124.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 219 | 0 | 0.82 | 0.10 | 0.04 | 307.54 | 0.9 | 0.57 |
| Hex | F4 | 2D | DB | 0 | 52 | A | 4 | 134 | 5A | 39 |
| Octal | 364 | 55 | 333 | 0 | 122 | 12 | 4 | 464 | 132 | 71 |
| Binary | 11110100 | 101101 | 11011011 | 0 | 1010010 | 1010 | 100 | 100110100 | 1011010 | 111001 |
Color Harmonies of #F42DDB
Complementary color
Monochromatic Colors of #F42DDB
Black with #F42DDB
Text Example
Text Example
White with #F42DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DDB; }
p { color: rgb(244,45,219); }
H1.HeaderClassName
{
color: #F42DDB;
}
.AnyTagClassName
{
color: #F42DDB;
}
</style>
background-color css
<style>
a { background-color: #F42DDB; }
a { background-color: rgb(244,45,219); }
div.DivClassName
{
background-color: #F42DDB;
}
.BgClassName
{
background-color: #F42DDB;
}
</style>
border-color css
<style>
span { border-color: #F42DDB; }
span { border-color: rgb(244,45,219); }
td.TdClassName
{
border-color: #F42DDB;
}
.TagClassName
{
border-color: #F42DDB;
}
</style>