Shades of Razzle Dazzle Rose #F52EEA
Tints of Razzle Dazzle Rose #F52EEA
RGB
CMYK
RGB Variations
Color information
#F52EEA (or 0xF52EEA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and EA. RGB value is (245,46,234). Sum of RGB (Red+Green+Blue) = 245+46+234=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52EEA is #0AD115. Grayscale: #7E7E7E. Windows color (decimal): -708886 or 15347445. OLE color: 15347445.
HSL color Cylindrical-coordinate representation of color #F52EEA: hue angle of 303.32º 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 #F52EEA is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 234 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.04 |
| HSL | 303.32º | 0.91% | 0.57% | - |
| HSV(B) | 303.32º | 0.81% | 0.96% | - |
| XYZ | 53.48 | 27.31 | 80.29 | - |
| YUV | 126.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 234 | 0 | 0.81 | 0.04 | 0.04 | 303.32 | 0.91 | 0.57 |
| Hex | F5 | 2E | EA | 0 | 51 | 4 | 4 | 12F | 5B | 39 |
| Octal | 365 | 56 | 352 | 0 | 121 | 4 | 4 | 457 | 133 | 71 |
| Binary | 11110101 | 101110 | 11101010 | 0 | 1010001 | 100 | 100 | 100101111 | 1011011 | 111001 |
Color Harmonies of #F52EEA
Complementary color
Monochromatic Colors of #F52EEA
Black with #F52EEA
Text Example
Text Example
White with #F52EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EEA; }
p { color: rgb(245,46,234); }
H1.HeaderClassName
{
color: #F52EEA;
}
.AnyTagClassName
{
color: #F52EEA;
}
</style>
background-color css
<style>
a { background-color: #F52EEA; }
a { background-color: rgb(245,46,234); }
div.DivClassName
{
background-color: #F52EEA;
}
.BgClassName
{
background-color: #F52EEA;
}
</style>
border-color css
<style>
span { border-color: #F52EEA; }
span { border-color: rgb(245,46,234); }
td.TdClassName
{
border-color: #F52EEA;
}
.TagClassName
{
border-color: #F52EEA;
}
</style>