Shades of Razzle Dazzle Rose #F035DB
Tints of Razzle Dazzle Rose #F035DB
RGB
CMYK
RGB Variations
Color information
#F035DB (or 0xF035DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 35 and DB. RGB value is (240,53,219). Sum of RGB (Red+Green+Blue) = 240+53+219=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F035DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F035DB is #0FCA24. Grayscale: #7F7F7F. Windows color (decimal): -1034789 or 14366192. OLE color: 14366192.
HSL color Cylindrical-coordinate representation of color #F035DB: hue angle of 306.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035DB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 219 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.06 |
| HSL | 306.74º | 0.86% | 0.57% | - |
| HSV(B) | 306.74º | 0.78% | 0.94% | - |
| XYZ | 49.99 | 26.19 | 69.44 | - |
| YUV | 127.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 219 | 0 | 0.78 | 0.09 | 0.06 | 306.74 | 0.86 | 0.57 |
| Hex | F0 | 35 | DB | 0 | 4E | 9 | 6 | 133 | 56 | 39 |
| Octal | 360 | 65 | 333 | 0 | 116 | 11 | 6 | 463 | 126 | 71 |
| Binary | 11110000 | 110101 | 11011011 | 0 | 1001110 | 1001 | 110 | 100110011 | 1010110 | 111001 |
Color Harmonies of #F035DB
Complementary color
Monochromatic Colors of #F035DB
Black with #F035DB
Text Example
Text Example
White with #F035DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F035DB; }
p { color: rgb(240,53,219); }
H1.HeaderClassName
{
color: #F035DB;
}
.AnyTagClassName
{
color: #F035DB;
}
</style>
background-color css
<style>
a { background-color: #F035DB; }
a { background-color: rgb(240,53,219); }
div.DivClassName
{
background-color: #F035DB;
}
.BgClassName
{
background-color: #F035DB;
}
</style>
border-color css
<style>
span { border-color: #F035DB; }
span { border-color: rgb(240,53,219); }
td.TdClassName
{
border-color: #F035DB;
}
.TagClassName
{
border-color: #F035DB;
}
</style>