Shades of Razzle Dazzle Rose #F037C9
Tints of Razzle Dazzle Rose #F037C9
RGB
CMYK
RGB Variations
Color information
#F037C9 (or 0xF037C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and C9. RGB value is (240,55,201). Sum of RGB (Red+Green+Blue) = 240+55+201=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F037C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037C9 is #0FC836. Grayscale: #7E7E7E. Windows color (decimal): -1034295 or 13187056. OLE color: 13187056.
HSL color Cylindrical-coordinate representation of color #F037C9: hue angle of 312.65º 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 #F037C9 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 201 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.06 |
| HSL | 312.65º | 0.86% | 0.58% | - |
| HSV(B) | 312.65º | 0.77% | 0.94% | - |
| XYZ | 47.84 | 25.47 | 57.65 | - |
| YUV | 126.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 201 | 0 | 0.77 | 0.16 | 0.06 | 312.65 | 0.86 | 0.58 |
| Hex | F0 | 37 | C9 | 0 | 4D | 10 | 6 | 139 | 56 | 3A |
| Octal | 360 | 67 | 311 | 0 | 115 | 20 | 6 | 471 | 126 | 72 |
| Binary | 11110000 | 110111 | 11001001 | 0 | 1001101 | 10000 | 110 | 100111001 | 1010110 | 111010 |
Color Harmonies of #F037C9
Complementary color
Monochromatic Colors of #F037C9
Black with #F037C9
Text Example
Text Example
White with #F037C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037C9; }
p { color: rgb(240,55,201); }
H1.HeaderClassName
{
color: #F037C9;
}
.AnyTagClassName
{
color: #F037C9;
}
</style>
background-color css
<style>
a { background-color: #F037C9; }
a { background-color: rgb(240,55,201); }
div.DivClassName
{
background-color: #F037C9;
}
.BgClassName
{
background-color: #F037C9;
}
</style>
border-color css
<style>
span { border-color: #F037C9; }
span { border-color: rgb(240,55,201); }
td.TdClassName
{
border-color: #F037C9;
}
.TagClassName
{
border-color: #F037C9;
}
</style>