Shades of Razzle Dazzle Rose #F53EEA
Tints of Razzle Dazzle Rose #F53EEA
RGB
CMYK
RGB Variations
Color information
#F53EEA (or 0xF53EEA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and EA. RGB value is (245,62,234). Sum of RGB (Red+Green+Blue) = 245+62+234=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 62 (24.61% from 255 or 11.46% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53EEA is #0AC115. Grayscale: #878787. Windows color (decimal): -704790 or 15351541. OLE color: 15351541.
HSL color Cylindrical-coordinate representation of color #F53EEA: hue angle of 303.61º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EEA is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 234 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.04 |
| HSL | 303.61º | 0.9% | 0.6% | - |
| HSV(B) | 303.61º | 0.75% | 0.96% | - |
| XYZ | 54.23 | 28.8 | 80.54 | - |
| YUV | 136.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 234 | 0 | 0.75 | 0.04 | 0.04 | 303.61 | 0.9 | 0.6 |
| Hex | F5 | 3E | EA | 0 | 4B | 4 | 4 | 130 | 5A | 3C |
| Octal | 365 | 76 | 352 | 0 | 113 | 4 | 4 | 460 | 132 | 74 |
| Binary | 11110101 | 111110 | 11101010 | 0 | 1001011 | 100 | 100 | 100110000 | 1011010 | 111100 |
Color Harmonies of #F53EEA
Complementary color
Monochromatic Colors of #F53EEA
Black with #F53EEA
Text Example
Text Example
White with #F53EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EEA; }
p { color: rgb(245,62,234); }
H1.HeaderClassName
{
color: #F53EEA;
}
.AnyTagClassName
{
color: #F53EEA;
}
</style>
background-color css
<style>
a { background-color: #F53EEA; }
a { background-color: rgb(245,62,234); }
div.DivClassName
{
background-color: #F53EEA;
}
.BgClassName
{
background-color: #F53EEA;
}
</style>
border-color css
<style>
span { border-color: #F53EEA; }
span { border-color: rgb(245,62,234); }
td.TdClassName
{
border-color: #F53EEA;
}
.TagClassName
{
border-color: #F53EEA;
}
</style>