Shades of Razzle Dazzle Rose #F037D9
Tints of Razzle Dazzle Rose #F037D9
RGB
CMYK
RGB Variations
Color information
#F037D9 (or 0xF037D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and D9. RGB value is (240,55,217). Sum of RGB (Red+Green+Blue) = 240+55+217=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F037D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037D9 is #0FC826. Grayscale: #808080. Windows color (decimal): -1034279 or 14235632. OLE color: 14235632.
HSL color Cylindrical-coordinate representation of color #F037D9: hue angle of 307.46º 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 #F037D9 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 217 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.06 |
| HSL | 307.46º | 0.86% | 0.58% | - |
| HSV(B) | 307.46º | 0.77% | 0.94% | - |
| XYZ | 49.83 | 26.27 | 68.09 | - |
| YUV | 128.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 217 | 0 | 0.77 | 0.10 | 0.06 | 307.46 | 0.86 | 0.58 |
| Hex | F0 | 37 | D9 | 0 | 4D | A | 6 | 133 | 56 | 3A |
| Octal | 360 | 67 | 331 | 0 | 115 | 12 | 6 | 463 | 126 | 72 |
| Binary | 11110000 | 110111 | 11011001 | 0 | 1001101 | 1010 | 110 | 100110011 | 1010110 | 111010 |
Color Harmonies of #F037D9
Complementary color
Monochromatic Colors of #F037D9
Black with #F037D9
Text Example
Text Example
White with #F037D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037D9; }
p { color: rgb(240,55,217); }
H1.HeaderClassName
{
color: #F037D9;
}
.AnyTagClassName
{
color: #F037D9;
}
</style>
background-color css
<style>
a { background-color: #F037D9; }
a { background-color: rgb(240,55,217); }
div.DivClassName
{
background-color: #F037D9;
}
.BgClassName
{
background-color: #F037D9;
}
</style>
border-color css
<style>
span { border-color: #F037D9; }
span { border-color: rgb(240,55,217); }
td.TdClassName
{
border-color: #F037D9;
}
.TagClassName
{
border-color: #F037D9;
}
</style>