Shades of Razzle Dazzle Rose #F037ED
Tints of Razzle Dazzle Rose #F037ED
RGB
CMYK
RGB Variations
Color information
#F037ED (or 0xF037ED) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and ED. RGB value is (240,55,237). Sum of RGB (Red+Green+Blue) = 240+55+237=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 55 (21.88% from 255 or 10.34% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F037ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037ED is #0FC812. Grayscale: #828282. Windows color (decimal): -1034259 or 15546352. OLE color: 15546352.
HSL color Cylindrical-coordinate representation of color #F037ED: hue angle of 300.97º 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 #F037ED is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 237 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.06 |
| HSL | 300.97º | 0.86% | 0.58% | - |
| HSV(B) | 300.97º | 0.77% | 0.94% | - |
| XYZ | 52.59 | 27.37 | 82.63 | - |
| YUV | 131.06 | 187.79 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 237 | 0 | 0.77 | 0.01 | 0.06 | 300.97 | 0.86 | 0.58 |
| Hex | F0 | 37 | ED | 0 | 4D | 1 | 6 | 12D | 56 | 3A |
| Octal | 360 | 67 | 355 | 0 | 115 | 1 | 6 | 455 | 126 | 72 |
| Binary | 11110000 | 110111 | 11101101 | 0 | 1001101 | 1 | 110 | 100101101 | 1010110 | 111010 |
Color Harmonies of #F037ED
Complementary color
Monochromatic Colors of #F037ED
Black with #F037ED
Text Example
Text Example
White with #F037ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037ED; }
p { color: rgb(240,55,237); }
H1.HeaderClassName
{
color: #F037ED;
}
.AnyTagClassName
{
color: #F037ED;
}
</style>
background-color css
<style>
a { background-color: #F037ED; }
a { background-color: rgb(240,55,237); }
div.DivClassName
{
background-color: #F037ED;
}
.BgClassName
{
background-color: #F037ED;
}
</style>
border-color css
<style>
span { border-color: #F037ED; }
span { border-color: rgb(240,55,237); }
td.TdClassName
{
border-color: #F037ED;
}
.TagClassName
{
border-color: #F037ED;
}
</style>