Shades of Razzle Dazzle Rose #F53FC0
Tints of Razzle Dazzle Rose #F53FC0
RGB
CMYK
RGB Variations
Color information
#F53FC0 (or 0xF53FC0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and C0. RGB value is (245,63,192). Sum of RGB (Red+Green+Blue) = 245+63+192=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FC0 is #0AC03F. Grayscale: #838383. Windows color (decimal): -704576 or 12599285. OLE color: 12599285.
HSL color Cylindrical-coordinate representation of color #F53FC0: hue angle of 317.47º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FC0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 192 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.04 |
| HSL | 317.47º | 0.9% | 0.6% | - |
| HSV(B) | 317.47º | 0.74% | 0.96% | - |
| XYZ | 48.95 | 26.77 | 52.46 | - |
| YUV | 132.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 192 | 0 | 0.74 | 0.22 | 0.04 | 317.47 | 0.9 | 0.6 |
| Hex | F5 | 3F | C0 | 0 | 4A | 16 | 4 | 13D | 5A | 3C |
| Octal | 365 | 77 | 300 | 0 | 112 | 26 | 4 | 475 | 132 | 74 |
| Binary | 11110101 | 111111 | 11000000 | 0 | 1001010 | 10110 | 100 | 100111101 | 1011010 | 111100 |
Color Harmonies of #F53FC0
Complementary color
Monochromatic Colors of #F53FC0
Black with #F53FC0
Text Example
Text Example
White with #F53FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FC0; }
p { color: rgb(245,63,192); }
H1.HeaderClassName
{
color: #F53FC0;
}
.AnyTagClassName
{
color: #F53FC0;
}
</style>
background-color css
<style>
a { background-color: #F53FC0; }
a { background-color: rgb(245,63,192); }
div.DivClassName
{
background-color: #F53FC0;
}
.BgClassName
{
background-color: #F53FC0;
}
</style>
border-color css
<style>
span { border-color: #F53FC0; }
span { border-color: rgb(245,63,192); }
td.TdClassName
{
border-color: #F53FC0;
}
.TagClassName
{
border-color: #F53FC0;
}
</style>