Shades of Razzle Dazzle Rose #F042DB
Tints of Razzle Dazzle Rose #F042DB
RGB
CMYK
RGB Variations
Color information
#F042DB (or 0xF042DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 42 and DB. RGB value is (240,66,219). Sum of RGB (Red+Green+Blue) = 240+66+219=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F042DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F042DB is #0FBD24. Grayscale: #878787. Windows color (decimal): -1031461 or 14369520. OLE color: 14369520.
HSL color Cylindrical-coordinate representation of color #F042DB: hue angle of 307.24º 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 #F042DB is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 219 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.06 |
| HSL | 307.24º | 0.85% | 0.6% | - |
| HSV(B) | 307.24º | 0.73% | 0.94% | - |
| XYZ | 50.67 | 27.54 | 69.66 | - |
| YUV | 135.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 219 | 0 | 0.72 | 0.09 | 0.06 | 307.24 | 0.85 | 0.6 |
| Hex | F0 | 42 | DB | 0 | 48 | 9 | 6 | 133 | 55 | 3C |
| Octal | 360 | 102 | 333 | 0 | 110 | 11 | 6 | 463 | 125 | 74 |
| Binary | 11110000 | 1000010 | 11011011 | 0 | 1001000 | 1001 | 110 | 100110011 | 1010101 | 111100 |
Color Harmonies of #F042DB
Complementary color
Monochromatic Colors of #F042DB
Black with #F042DB
Text Example
Text Example
White with #F042DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F042DB; }
p { color: rgb(240,66,219); }
H1.HeaderClassName
{
color: #F042DB;
}
.AnyTagClassName
{
color: #F042DB;
}
</style>
background-color css
<style>
a { background-color: #F042DB; }
a { background-color: rgb(240,66,219); }
div.DivClassName
{
background-color: #F042DB;
}
.BgClassName
{
background-color: #F042DB;
}
</style>
border-color css
<style>
span { border-color: #F042DB; }
span { border-color: rgb(240,66,219); }
td.TdClassName
{
border-color: #F042DB;
}
.TagClassName
{
border-color: #F042DB;
}
</style>