Shades of Razzle Dazzle Rose #F52EED
Tints of Razzle Dazzle Rose #F52EED
RGB
CMYK
RGB Variations
Color information
#F52EED (or 0xF52EED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and ED. RGB value is (245,46,237). Sum of RGB (Red+Green+Blue) = 245+46+237=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 46 (18.36% from 255 or 8.71% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52EED is #0AD112. Grayscale: #7E7E7E. Windows color (decimal): -708883 or 15544053. OLE color: 15544053.
HSL color Cylindrical-coordinate representation of color #F52EED: hue angle of 302.41º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52EED is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 237 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.04 |
| HSL | 302.41º | 0.91% | 0.57% | - |
| HSV(B) | 302.41º | 0.81% | 0.96% | - |
| XYZ | 53.92 | 27.48 | 82.58 | - |
| YUV | 127.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 237 | 0 | 0.81 | 0.03 | 0.04 | 302.41 | 0.91 | 0.57 |
| Hex | F5 | 2E | ED | 0 | 51 | 3 | 4 | 12E | 5B | 39 |
| Octal | 365 | 56 | 355 | 0 | 121 | 3 | 4 | 456 | 133 | 71 |
| Binary | 11110101 | 101110 | 11101101 | 0 | 1010001 | 11 | 100 | 100101110 | 1011011 | 111001 |
Color Harmonies of #F52EED
Complementary color
Monochromatic Colors of #F52EED
Black with #F52EED
Text Example
Text Example
White with #F52EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EED; }
p { color: rgb(245,46,237); }
H1.HeaderClassName
{
color: #F52EED;
}
.AnyTagClassName
{
color: #F52EED;
}
</style>
background-color css
<style>
a { background-color: #F52EED; }
a { background-color: rgb(245,46,237); }
div.DivClassName
{
background-color: #F52EED;
}
.BgClassName
{
background-color: #F52EED;
}
</style>
border-color css
<style>
span { border-color: #F52EED; }
span { border-color: rgb(245,46,237); }
td.TdClassName
{
border-color: #F52EED;
}
.TagClassName
{
border-color: #F52EED;
}
</style>