Shades of Razzle Dazzle Rose #F52FE8
Tints of Razzle Dazzle Rose #F52FE8
RGB
CMYK
RGB Variations
Color information
#F52FE8 (or 0xF52FE8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2F and E8. RGB value is (245,47,232). Sum of RGB (Red+Green+Blue) = 245+47+232=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 47 (18.75% from 255 or 8.97% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FE8 is #0AD017. Grayscale: #7E7E7E. Windows color (decimal): -708632 or 15216629. OLE color: 15216629.
HSL color Cylindrical-coordinate representation of color #F52FE8: hue angle of 303.94º 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 #F52FE8 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 232 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.04 |
| HSL | 303.94º | 0.91% | 0.57% | - |
| HSV(B) | 303.94º | 0.81% | 0.96% | - |
| XYZ | 53.24 | 27.27 | 78.8 | - |
| YUV | 127.29 | 187.1 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 232 | 0 | 0.81 | 0.05 | 0.04 | 303.94 | 0.91 | 0.57 |
| Hex | F5 | 2F | E8 | 0 | 51 | 5 | 4 | 130 | 5B | 39 |
| Octal | 365 | 57 | 350 | 0 | 121 | 5 | 4 | 460 | 133 | 71 |
| Binary | 11110101 | 101111 | 11101000 | 0 | 1010001 | 101 | 100 | 100110000 | 1011011 | 111001 |
Color Harmonies of #F52FE8
Complementary color
Monochromatic Colors of #F52FE8
Black with #F52FE8
Text Example
Text Example
White with #F52FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FE8; }
p { color: rgb(245,47,232); }
H1.HeaderClassName
{
color: #F52FE8;
}
.AnyTagClassName
{
color: #F52FE8;
}
</style>
background-color css
<style>
a { background-color: #F52FE8; }
a { background-color: rgb(245,47,232); }
div.DivClassName
{
background-color: #F52FE8;
}
.BgClassName
{
background-color: #F52FE8;
}
</style>
border-color css
<style>
span { border-color: #F52FE8; }
span { border-color: rgb(245,47,232); }
td.TdClassName
{
border-color: #F52FE8;
}
.TagClassName
{
border-color: #F52FE8;
}
</style>