Shades of Razzle Dazzle Rose #F53EC8
Tints of Razzle Dazzle Rose #F53EC8
RGB
CMYK
RGB Variations
Color information
#F53EC8 (or 0xF53EC8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and C8. RGB value is (245,62,200). Sum of RGB (Red+Green+Blue) = 245+62+200=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EC8 is #0AC137. Grayscale: #848484. Windows color (decimal): -704824 or 13123317. OLE color: 13123317.
HSL color Cylindrical-coordinate representation of color #F53EC8: hue angle of 314.75º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EC8 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 200 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.04 |
| HSL | 314.75º | 0.9% | 0.6% | - |
| HSV(B) | 314.75º | 0.75% | 0.96% | - |
| XYZ | 49.8 | 27.03 | 57.24 | - |
| YUV | 132.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 200 | 0 | 0.75 | 0.18 | 0.04 | 314.75 | 0.9 | 0.6 |
| Hex | F5 | 3E | C8 | 0 | 4B | 12 | 4 | 13B | 5A | 3C |
| Octal | 365 | 76 | 310 | 0 | 113 | 22 | 4 | 473 | 132 | 74 |
| Binary | 11110101 | 111110 | 11001000 | 0 | 1001011 | 10010 | 100 | 100111011 | 1011010 | 111100 |
Color Harmonies of #F53EC8
Complementary color
Monochromatic Colors of #F53EC8
Black with #F53EC8
Text Example
Text Example
White with #F53EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EC8; }
p { color: rgb(245,62,200); }
H1.HeaderClassName
{
color: #F53EC8;
}
.AnyTagClassName
{
color: #F53EC8;
}
</style>
background-color css
<style>
a { background-color: #F53EC8; }
a { background-color: rgb(245,62,200); }
div.DivClassName
{
background-color: #F53EC8;
}
.BgClassName
{
background-color: #F53EC8;
}
</style>
border-color css
<style>
span { border-color: #F53EC8; }
span { border-color: rgb(245,62,200); }
td.TdClassName
{
border-color: #F53EC8;
}
.TagClassName
{
border-color: #F53EC8;
}
</style>