Shades of Razzle Dazzle Rose #F037DC
Tints of Razzle Dazzle Rose #F037DC
RGB
CMYK
RGB Variations
Color information
#F037DC (or 0xF037DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and DC. RGB value is (240,55,220). Sum of RGB (Red+Green+Blue) = 240+55+220=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F037DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037DC is #0FC823. Grayscale: #808080. Windows color (decimal): -1034276 or 14432240. OLE color: 14432240.
HSL color Cylindrical-coordinate representation of color #F037DC: hue angle of 306.49º 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 #F037DC is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 220 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.06 |
| HSL | 306.49º | 0.86% | 0.58% | - |
| HSV(B) | 306.49º | 0.77% | 0.94% | - |
| XYZ | 50.22 | 26.42 | 70.16 | - |
| YUV | 129.13 | 179.29 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 220 | 0 | 0.77 | 0.08 | 0.06 | 306.49 | 0.86 | 0.58 |
| Hex | F0 | 37 | DC | 0 | 4D | 8 | 6 | 132 | 56 | 3A |
| Octal | 360 | 67 | 334 | 0 | 115 | 10 | 6 | 462 | 126 | 72 |
| Binary | 11110000 | 110111 | 11011100 | 0 | 1001101 | 1000 | 110 | 100110010 | 1010110 | 111010 |
Color Harmonies of #F037DC
Complementary color
Monochromatic Colors of #F037DC
Black with #F037DC
Text Example
Text Example
White with #F037DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037DC; }
p { color: rgb(240,55,220); }
H1.HeaderClassName
{
color: #F037DC;
}
.AnyTagClassName
{
color: #F037DC;
}
</style>
background-color css
<style>
a { background-color: #F037DC; }
a { background-color: rgb(240,55,220); }
div.DivClassName
{
background-color: #F037DC;
}
.BgClassName
{
background-color: #F037DC;
}
</style>
border-color css
<style>
span { border-color: #F037DC; }
span { border-color: rgb(240,55,220); }
td.TdClassName
{
border-color: #F037DC;
}
.TagClassName
{
border-color: #F037DC;
}
</style>