Shades of Razzle Dazzle Rose #F036E3
Tints of Razzle Dazzle Rose #F036E3
RGB
CMYK
RGB Variations
Color information
#F036E3 (or 0xF036E3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and E3. RGB value is (240,54,227). Sum of RGB (Red+Green+Blue) = 240+54+227=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F036E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036E3 is #0FC91C. Grayscale: #808080. Windows color (decimal): -1034525 or 14890736. OLE color: 14890736.
HSL color Cylindrical-coordinate representation of color #F036E3: hue angle of 304.19º 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 #F036E3 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 227 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.06 |
| HSL | 304.19º | 0.86% | 0.58% | - |
| HSV(B) | 304.19º | 0.78% | 0.94% | - |
| XYZ | 51.12 | 26.71 | 75.13 | - |
| YUV | 129.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 227 | 0 | 0.78 | 0.05 | 0.06 | 304.19 | 0.86 | 0.58 |
| Hex | F0 | 36 | E3 | 0 | 4E | 5 | 6 | 130 | 56 | 3A |
| Octal | 360 | 66 | 343 | 0 | 116 | 5 | 6 | 460 | 126 | 72 |
| Binary | 11110000 | 110110 | 11100011 | 0 | 1001110 | 101 | 110 | 100110000 | 1010110 | 111010 |
Color Harmonies of #F036E3
Complementary color
Monochromatic Colors of #F036E3
Black with #F036E3
Text Example
Text Example
White with #F036E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036E3; }
p { color: rgb(240,54,227); }
H1.HeaderClassName
{
color: #F036E3;
}
.AnyTagClassName
{
color: #F036E3;
}
</style>
background-color css
<style>
a { background-color: #F036E3; }
a { background-color: rgb(240,54,227); }
div.DivClassName
{
background-color: #F036E3;
}
.BgClassName
{
background-color: #F036E3;
}
</style>
border-color css
<style>
span { border-color: #F036E3; }
span { border-color: rgb(240,54,227); }
td.TdClassName
{
border-color: #F036E3;
}
.TagClassName
{
border-color: #F036E3;
}
</style>