Shades of Razzle Dazzle Rose #F539E2
Tints of Razzle Dazzle Rose #F539E2
RGB
CMYK
RGB Variations
Color information
#F539E2 (or 0xF539E2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and E2. RGB value is (245,57,226). Sum of RGB (Red+Green+Blue) = 245+57+226=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 57 (22.66% from 255 or 10.80% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F539E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539E2 is #0AC61D. Grayscale: #838383. Windows color (decimal): -706078 or 14825973. OLE color: 14825973.
HSL color Cylindrical-coordinate representation of color #F539E2: hue angle of 306.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539E2 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 226 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.04 |
| HSL | 306.06º | 0.9% | 0.59% | - |
| HSV(B) | 306.06º | 0.77% | 0.96% | - |
| XYZ | 52.85 | 27.83 | 74.54 | - |
| YUV | 132.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 226 | 0 | 0.77 | 0.08 | 0.04 | 306.06 | 0.9 | 0.59 |
| Hex | F5 | 39 | E2 | 0 | 4D | 8 | 4 | 132 | 5A | 3B |
| Octal | 365 | 71 | 342 | 0 | 115 | 10 | 4 | 462 | 132 | 73 |
| Binary | 11110101 | 111001 | 11100010 | 0 | 1001101 | 1000 | 100 | 100110010 | 1011010 | 111011 |
Color Harmonies of #F539E2
Complementary color
Monochromatic Colors of #F539E2
Black with #F539E2
Text Example
Text Example
White with #F539E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F539E2; }
p { color: rgb(245,57,226); }
H1.HeaderClassName
{
color: #F539E2;
}
.AnyTagClassName
{
color: #F539E2;
}
</style>
background-color css
<style>
a { background-color: #F539E2; }
a { background-color: rgb(245,57,226); }
div.DivClassName
{
background-color: #F539E2;
}
.BgClassName
{
background-color: #F539E2;
}
</style>
border-color css
<style>
span { border-color: #F539E2; }
span { border-color: rgb(245,57,226); }
td.TdClassName
{
border-color: #F539E2;
}
.TagClassName
{
border-color: #F539E2;
}
</style>