Shades of Razzle Dazzle Rose #F441DB
Tints of Razzle Dazzle Rose #F441DB
RGB
CMYK
RGB Variations
Color information
#F441DB (or 0xF441DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and DB. RGB value is (244,65,219). Sum of RGB (Red+Green+Blue) = 244+65+219=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F441DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441DB is #0BBE24. Grayscale: #878787. Windows color (decimal): -769573 or 14369268. OLE color: 14369268.
HSL color Cylindrical-coordinate representation of color #F441DB: hue angle of 308.38º 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 #F441DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.04 |
| HSL | 308.38º | 0.89% | 0.61% | - |
| HSV(B) | 308.38º | 0.73% | 0.96% | - |
| XYZ | 51.98 | 28.13 | 69.71 | - |
| YUV | 136.08 | 174.8 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 219 | 0 | 0.73 | 0.10 | 0.04 | 308.38 | 0.89 | 0.61 |
| Hex | F4 | 41 | DB | 0 | 49 | A | 4 | 134 | 59 | 3D |
| Octal | 364 | 101 | 333 | 0 | 111 | 12 | 4 | 464 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11011011 | 0 | 1001001 | 1010 | 100 | 100110100 | 1011001 | 111101 |
Color Harmonies of #F441DB
Complementary color
Monochromatic Colors of #F441DB
Black with #F441DB
Text Example
Text Example
White with #F441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441DB; }
p { color: rgb(244,65,219); }
H1.HeaderClassName
{
color: #F441DB;
}
.AnyTagClassName
{
color: #F441DB;
}
</style>
background-color css
<style>
a { background-color: #F441DB; }
a { background-color: rgb(244,65,219); }
div.DivClassName
{
background-color: #F441DB;
}
.BgClassName
{
background-color: #F441DB;
}
</style>
border-color css
<style>
span { border-color: #F441DB; }
span { border-color: rgb(244,65,219); }
td.TdClassName
{
border-color: #F441DB;
}
.TagClassName
{
border-color: #F441DB;
}
</style>