Shades of Razzle Dazzle Rose #F041DB
Tints of Razzle Dazzle Rose #F041DB
RGB
CMYK
RGB Variations
Color information
#F041DB (or 0xF041DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and DB. RGB value is (240,65,219). Sum of RGB (Red+Green+Blue) = 240+65+219=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F041DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041DB is #0FBE24. Grayscale: #868686. Windows color (decimal): -1031717 or 14369264. OLE color: 14369264.
HSL color Cylindrical-coordinate representation of color #F041DB: hue angle of 307.2º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041DB is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 219 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.06 |
| HSL | 307.2º | 0.85% | 0.6% | - |
| HSV(B) | 307.2º | 0.73% | 0.94% | - |
| XYZ | 50.61 | 27.42 | 69.64 | - |
| YUV | 134.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 219 | 0 | 0.73 | 0.09 | 0.06 | 307.2 | 0.85 | 0.6 |
| Hex | F0 | 41 | DB | 0 | 49 | 9 | 6 | 133 | 55 | 3C |
| Octal | 360 | 101 | 333 | 0 | 111 | 11 | 6 | 463 | 125 | 74 |
| Binary | 11110000 | 1000001 | 11011011 | 0 | 1001001 | 1001 | 110 | 100110011 | 1010101 | 111100 |
Color Harmonies of #F041DB
Complementary color
Monochromatic Colors of #F041DB
Black with #F041DB
Text Example
Text Example
White with #F041DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041DB; }
p { color: rgb(240,65,219); }
H1.HeaderClassName
{
color: #F041DB;
}
.AnyTagClassName
{
color: #F041DB;
}
</style>
background-color css
<style>
a { background-color: #F041DB; }
a { background-color: rgb(240,65,219); }
div.DivClassName
{
background-color: #F041DB;
}
.BgClassName
{
background-color: #F041DB;
}
</style>
border-color css
<style>
span { border-color: #F041DB; }
span { border-color: rgb(240,65,219); }
td.TdClassName
{
border-color: #F041DB;
}
.TagClassName
{
border-color: #F041DB;
}
</style>