Shades of Razzle Dazzle Rose #F036DB
Tints of Razzle Dazzle Rose #F036DB
RGB
CMYK
RGB Variations
Color information
#F036DB (or 0xF036DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and DB. RGB value is (240,54,219). Sum of RGB (Red+Green+Blue) = 240+54+219=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F036DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036DB is #0FC924. Grayscale: #7F7F7F. Windows color (decimal): -1034533 or 14366448. OLE color: 14366448.
HSL color Cylindrical-coordinate representation of color #F036DB: hue angle of 306.77º 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 #F036DB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 219 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.06 |
| HSL | 306.77º | 0.86% | 0.58% | - |
| HSV(B) | 306.77º | 0.78% | 0.94% | - |
| XYZ | 50.04 | 26.28 | 69.45 | - |
| YUV | 128.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 219 | 0 | 0.78 | 0.09 | 0.06 | 306.77 | 0.86 | 0.58 |
| Hex | F0 | 36 | DB | 0 | 4E | 9 | 6 | 133 | 56 | 3A |
| Octal | 360 | 66 | 333 | 0 | 116 | 11 | 6 | 463 | 126 | 72 |
| Binary | 11110000 | 110110 | 11011011 | 0 | 1001110 | 1001 | 110 | 100110011 | 1010110 | 111010 |
Color Harmonies of #F036DB
Complementary color
Monochromatic Colors of #F036DB
Black with #F036DB
Text Example
Text Example
White with #F036DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036DB; }
p { color: rgb(240,54,219); }
H1.HeaderClassName
{
color: #F036DB;
}
.AnyTagClassName
{
color: #F036DB;
}
</style>
background-color css
<style>
a { background-color: #F036DB; }
a { background-color: rgb(240,54,219); }
div.DivClassName
{
background-color: #F036DB;
}
.BgClassName
{
background-color: #F036DB;
}
</style>
border-color css
<style>
span { border-color: #F036DB; }
span { border-color: rgb(240,54,219); }
td.TdClassName
{
border-color: #F036DB;
}
.TagClassName
{
border-color: #F036DB;
}
</style>