Shades of Razzle Dazzle Rose #F037DB
Tints of Razzle Dazzle Rose #F037DB
RGB
CMYK
RGB Variations
Color information
#F037DB (or 0xF037DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and DB. RGB value is (240,55,219). Sum of RGB (Red+Green+Blue) = 240+55+219=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F037DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037DB is #0FC824. Grayscale: #808080. Windows color (decimal): -1034277 or 14366704. OLE color: 14366704.
HSL color Cylindrical-coordinate representation of color #F037DB: hue angle of 306.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F037DB is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.06 |
| HSL | 306.81º | 0.86% | 0.58% | - |
| HSV(B) | 306.81º | 0.77% | 0.94% | - |
| XYZ | 50.09 | 26.37 | 69.47 | - |
| YUV | 129.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 219 | 0 | 0.77 | 0.09 | 0.06 | 306.81 | 0.86 | 0.58 |
| Hex | F0 | 37 | DB | 0 | 4D | 9 | 6 | 133 | 56 | 3A |
| Octal | 360 | 67 | 333 | 0 | 115 | 11 | 6 | 463 | 126 | 72 |
| Binary | 11110000 | 110111 | 11011011 | 0 | 1001101 | 1001 | 110 | 100110011 | 1010110 | 111010 |
Color Harmonies of #F037DB
Complementary color
Monochromatic Colors of #F037DB
Black with #F037DB
Text Example
Text Example
White with #F037DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037DB; }
p { color: rgb(240,55,219); }
H1.HeaderClassName
{
color: #F037DB;
}
.AnyTagClassName
{
color: #F037DB;
}
</style>
background-color css
<style>
a { background-color: #F037DB; }
a { background-color: rgb(240,55,219); }
div.DivClassName
{
background-color: #F037DB;
}
.BgClassName
{
background-color: #F037DB;
}
</style>
border-color css
<style>
span { border-color: #F037DB; }
span { border-color: rgb(240,55,219); }
td.TdClassName
{
border-color: #F037DB;
}
.TagClassName
{
border-color: #F037DB;
}
</style>