Shades of Razzle Dazzle Rose #F52EBA
Tints of Razzle Dazzle Rose #F52EBA
RGB
CMYK
RGB Variations
Color information
#F52EBA (or 0xF52EBA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and BA. RGB value is (245,46,186). Sum of RGB (Red+Green+Blue) = 245+46+186=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52EBA is #0AD145. Grayscale: #797979. Windows color (decimal): -708934 or 12201717. OLE color: 12201717.
HSL color Cylindrical-coordinate representation of color #F52EBA: hue angle of 317.79º 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 #F52EBA is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 186 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.04 |
| HSL | 317.79º | 0.91% | 0.57% | - |
| HSV(B) | 317.79º | 0.81% | 0.96% | - |
| XYZ | 47.5 | 24.91 | 48.76 | - |
| YUV | 121.46 | 164.43 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 186 | 0 | 0.81 | 0.24 | 0.04 | 317.79 | 0.91 | 0.57 |
| Hex | F5 | 2E | BA | 0 | 51 | 18 | 4 | 13E | 5B | 39 |
| Octal | 365 | 56 | 272 | 0 | 121 | 30 | 4 | 476 | 133 | 71 |
| Binary | 11110101 | 101110 | 10111010 | 0 | 1010001 | 11000 | 100 | 100111110 | 1011011 | 111001 |
Color Harmonies of #F52EBA
Complementary color
Monochromatic Colors of #F52EBA
Black with #F52EBA
Text Example
Text Example
White with #F52EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52EBA; }
p { color: rgb(245,46,186); }
H1.HeaderClassName
{
color: #F52EBA;
}
.AnyTagClassName
{
color: #F52EBA;
}
</style>
background-color css
<style>
a { background-color: #F52EBA; }
a { background-color: rgb(245,46,186); }
div.DivClassName
{
background-color: #F52EBA;
}
.BgClassName
{
background-color: #F52EBA;
}
</style>
border-color css
<style>
span { border-color: #F52EBA; }
span { border-color: rgb(245,46,186); }
td.TdClassName
{
border-color: #F52EBA;
}
.TagClassName
{
border-color: #F52EBA;
}
</style>