Shades of Razzle Dazzle Rose #F442DB
Tints of Razzle Dazzle Rose #F442DB
RGB
CMYK
RGB Variations
Color information
#F442DB (or 0xF442DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and DB. RGB value is (244,66,219). Sum of RGB (Red+Green+Blue) = 244+66+219=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F442DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442DB is #0BBD24. Grayscale: #888888. Windows color (decimal): -769317 or 14369524. OLE color: 14369524.
HSL color Cylindrical-coordinate representation of color #F442DB: hue angle of 308.43º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.04 |
| HSL | 308.43º | 0.89% | 0.61% | - |
| HSV(B) | 308.43º | 0.73% | 0.96% | - |
| XYZ | 52.04 | 28.24 | 69.73 | - |
| YUV | 136.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 219 | 0 | 0.73 | 0.10 | 0.04 | 308.43 | 0.89 | 0.61 |
| Hex | F4 | 42 | DB | 0 | 49 | A | 4 | 134 | 59 | 3D |
| Octal | 364 | 102 | 333 | 0 | 111 | 12 | 4 | 464 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11011011 | 0 | 1001001 | 1010 | 100 | 100110100 | 1011001 | 111101 |
Color Harmonies of #F442DB
Complementary color
Monochromatic Colors of #F442DB
Black with #F442DB
Text Example
Text Example
White with #F442DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442DB; }
p { color: rgb(244,66,219); }
H1.HeaderClassName
{
color: #F442DB;
}
.AnyTagClassName
{
color: #F442DB;
}
</style>
background-color css
<style>
a { background-color: #F442DB; }
a { background-color: rgb(244,66,219); }
div.DivClassName
{
background-color: #F442DB;
}
.BgClassName
{
background-color: #F442DB;
}
</style>
border-color css
<style>
span { border-color: #F442DB; }
span { border-color: rgb(244,66,219); }
td.TdClassName
{
border-color: #F442DB;
}
.TagClassName
{
border-color: #F442DB;
}
</style>