Shades of Razzle Dazzle Rose #F037D2
Tints of Razzle Dazzle Rose #F037D2
RGB
CMYK
RGB Variations
Color information
#F037D2 (or 0xF037D2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and D2. RGB value is (240,55,210). Sum of RGB (Red+Green+Blue) = 240+55+210=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F037D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037D2 is #0FC82D. Grayscale: #7F7F7F. Windows color (decimal): -1034286 or 13776880. OLE color: 13776880.
HSL color Cylindrical-coordinate representation of color #F037D2: hue angle of 309.73º 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 #F037D2 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 210 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.06 |
| HSL | 309.73º | 0.86% | 0.58% | - |
| HSV(B) | 309.73º | 0.77% | 0.94% | - |
| XYZ | 48.93 | 25.91 | 63.39 | - |
| YUV | 127.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 210 | 0 | 0.77 | 0.12 | 0.06 | 309.73 | 0.86 | 0.58 |
| Hex | F0 | 37 | D2 | 0 | 4D | C | 6 | 136 | 56 | 3A |
| Octal | 360 | 67 | 322 | 0 | 115 | 14 | 6 | 466 | 126 | 72 |
| Binary | 11110000 | 110111 | 11010010 | 0 | 1001101 | 1100 | 110 | 100110110 | 1010110 | 111010 |
Color Harmonies of #F037D2
Complementary color
Monochromatic Colors of #F037D2
Black with #F037D2
Text Example
Text Example
White with #F037D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037D2; }
p { color: rgb(240,55,210); }
H1.HeaderClassName
{
color: #F037D2;
}
.AnyTagClassName
{
color: #F037D2;
}
</style>
background-color css
<style>
a { background-color: #F037D2; }
a { background-color: rgb(240,55,210); }
div.DivClassName
{
background-color: #F037D2;
}
.BgClassName
{
background-color: #F037D2;
}
</style>
border-color css
<style>
span { border-color: #F037D2; }
span { border-color: rgb(240,55,210); }
td.TdClassName
{
border-color: #F037D2;
}
.TagClassName
{
border-color: #F037D2;
}
</style>