Shades of Razzle Dazzle Rose #F037D0
Tints of Razzle Dazzle Rose #F037D0
RGB
CMYK
RGB Variations
Color information
#F037D0 (or 0xF037D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and D0. RGB value is (240,55,208). Sum of RGB (Red+Green+Blue) = 240+55+208=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F037D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037D0 is #0FC82F. Grayscale: #7F7F7F. Windows color (decimal): -1034288 or 13645808. OLE color: 13645808.
HSL color Cylindrical-coordinate representation of color #F037D0: hue angle of 310.38º 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 #F037D0 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 208 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.06 |
| HSL | 310.38º | 0.86% | 0.58% | - |
| HSV(B) | 310.38º | 0.77% | 0.94% | - |
| XYZ | 48.69 | 25.81 | 62.09 | - |
| YUV | 127.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 208 | 0 | 0.77 | 0.13 | 0.06 | 310.38 | 0.86 | 0.58 |
| Hex | F0 | 37 | D0 | 0 | 4D | D | 6 | 136 | 56 | 3A |
| Octal | 360 | 67 | 320 | 0 | 115 | 15 | 6 | 466 | 126 | 72 |
| Binary | 11110000 | 110111 | 11010000 | 0 | 1001101 | 1101 | 110 | 100110110 | 1010110 | 111010 |
Color Harmonies of #F037D0
Complementary color
Monochromatic Colors of #F037D0
Black with #F037D0
Text Example
Text Example
White with #F037D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037D0; }
p { color: rgb(240,55,208); }
H1.HeaderClassName
{
color: #F037D0;
}
.AnyTagClassName
{
color: #F037D0;
}
</style>
background-color css
<style>
a { background-color: #F037D0; }
a { background-color: rgb(240,55,208); }
div.DivClassName
{
background-color: #F037D0;
}
.BgClassName
{
background-color: #F037D0;
}
</style>
border-color css
<style>
span { border-color: #F037D0; }
span { border-color: rgb(240,55,208); }
td.TdClassName
{
border-color: #F037D0;
}
.TagClassName
{
border-color: #F037D0;
}
</style>