Shades of Razzle Dazzle Rose #F52FC8
Tints of Razzle Dazzle Rose #F52FC8
RGB
CMYK
RGB Variations
Color information
#F52FC8 (or 0xF52FC8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2F and C8. RGB value is (245,47,200). Sum of RGB (Red+Green+Blue) = 245+47+200=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52FC8 is #0AD037. Grayscale: #7B7B7B. Windows color (decimal): -708664 or 13119477. OLE color: 13119477.
HSL color Cylindrical-coordinate representation of color #F52FC8: hue angle of 313.64º 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 #F52FC8 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 200 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.04 |
| HSL | 313.64º | 0.91% | 0.57% | - |
| HSV(B) | 313.64º | 0.81% | 0.96% | - |
| XYZ | 49.1 | 25.62 | 57 | - |
| YUV | 123.64 | 171.1 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 200 | 0 | 0.81 | 0.18 | 0.04 | 313.64 | 0.91 | 0.57 |
| Hex | F5 | 2F | C8 | 0 | 51 | 12 | 4 | 13A | 5B | 39 |
| Octal | 365 | 57 | 310 | 0 | 121 | 22 | 4 | 472 | 133 | 71 |
| Binary | 11110101 | 101111 | 11001000 | 0 | 1010001 | 10010 | 100 | 100111010 | 1011011 | 111001 |
Color Harmonies of #F52FC8
Complementary color
Monochromatic Colors of #F52FC8
Black with #F52FC8
Text Example
Text Example
White with #F52FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FC8; }
p { color: rgb(245,47,200); }
H1.HeaderClassName
{
color: #F52FC8;
}
.AnyTagClassName
{
color: #F52FC8;
}
</style>
background-color css
<style>
a { background-color: #F52FC8; }
a { background-color: rgb(245,47,200); }
div.DivClassName
{
background-color: #F52FC8;
}
.BgClassName
{
background-color: #F52FC8;
}
</style>
border-color css
<style>
span { border-color: #F52FC8; }
span { border-color: rgb(245,47,200); }
td.TdClassName
{
border-color: #F52FC8;
}
.TagClassName
{
border-color: #F52FC8;
}
</style>