Shades of Razzle Dazzle Rose #F036E2
Tints of Razzle Dazzle Rose #F036E2
RGB
CMYK
RGB Variations
Color information
#F036E2 (or 0xF036E2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and E2. RGB value is (240,54,226). Sum of RGB (Red+Green+Blue) = 240+54+226=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 54 (21.48% from 255 or 10.38% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F036E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036E2 is #0FC91D. Grayscale: #808080. Windows color (decimal): -1034526 or 14825200. OLE color: 14825200.
HSL color Cylindrical-coordinate representation of color #F036E2: hue angle of 304.52º 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 #F036E2 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 226 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.06 |
| HSL | 304.52º | 0.86% | 0.58% | - |
| HSV(B) | 304.52º | 0.78% | 0.94% | - |
| XYZ | 50.98 | 26.65 | 74.41 | - |
| YUV | 129.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 226 | 0 | 0.78 | 0.06 | 0.06 | 304.52 | 0.86 | 0.58 |
| Hex | F0 | 36 | E2 | 0 | 4E | 6 | 6 | 131 | 56 | 3A |
| Octal | 360 | 66 | 342 | 0 | 116 | 6 | 6 | 461 | 126 | 72 |
| Binary | 11110000 | 110110 | 11100010 | 0 | 1001110 | 110 | 110 | 100110001 | 1010110 | 111010 |
Color Harmonies of #F036E2
Complementary color
Monochromatic Colors of #F036E2
Black with #F036E2
Text Example
Text Example
White with #F036E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036E2; }
p { color: rgb(240,54,226); }
H1.HeaderClassName
{
color: #F036E2;
}
.AnyTagClassName
{
color: #F036E2;
}
</style>
background-color css
<style>
a { background-color: #F036E2; }
a { background-color: rgb(240,54,226); }
div.DivClassName
{
background-color: #F036E2;
}
.BgClassName
{
background-color: #F036E2;
}
</style>
border-color css
<style>
span { border-color: #F036E2; }
span { border-color: rgb(240,54,226); }
td.TdClassName
{
border-color: #F036E2;
}
.TagClassName
{
border-color: #F036E2;
}
</style>