Shades of Razzle Dazzle Rose #F53CC0
Tints of Razzle Dazzle Rose #F53CC0
RGB
CMYK
RGB Variations
Color information
#F53CC0 (or 0xF53CC0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and C0. RGB value is (245,60,192). Sum of RGB (Red+Green+Blue) = 245+60+192=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CC0 is #0AC33F. Grayscale: #828282. Windows color (decimal): -705344 or 12598517. OLE color: 12598517.
HSL color Cylindrical-coordinate representation of color #F53CC0: hue angle of 317.19º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CC0 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 192 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.04 |
| HSL | 317.19º | 0.9% | 0.6% | - |
| HSV(B) | 317.19º | 0.76% | 0.96% | - |
| XYZ | 48.79 | 26.45 | 52.4 | - |
| YUV | 130.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 192 | 0 | 0.76 | 0.22 | 0.04 | 317.19 | 0.9 | 0.6 |
| Hex | F5 | 3C | C0 | 0 | 4C | 16 | 4 | 13D | 5A | 3C |
| Octal | 365 | 74 | 300 | 0 | 114 | 26 | 4 | 475 | 132 | 74 |
| Binary | 11110101 | 111100 | 11000000 | 0 | 1001100 | 10110 | 100 | 100111101 | 1011010 | 111100 |
Color Harmonies of #F53CC0
Complementary color
Monochromatic Colors of #F53CC0
Black with #F53CC0
Text Example
Text Example
White with #F53CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CC0; }
p { color: rgb(245,60,192); }
H1.HeaderClassName
{
color: #F53CC0;
}
.AnyTagClassName
{
color: #F53CC0;
}
</style>
background-color css
<style>
a { background-color: #F53CC0; }
a { background-color: rgb(245,60,192); }
div.DivClassName
{
background-color: #F53CC0;
}
.BgClassName
{
background-color: #F53CC0;
}
</style>
border-color css
<style>
span { border-color: #F53CC0; }
span { border-color: rgb(245,60,192); }
td.TdClassName
{
border-color: #F53CC0;
}
.TagClassName
{
border-color: #F53CC0;
}
</style>