Shades of Razzle Dazzle Rose #F53BE8
Tints of Razzle Dazzle Rose #F53BE8
RGB
CMYK
RGB Variations
Color information
#F53BE8 (or 0xF53BE8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and E8. RGB value is (245,59,232). Sum of RGB (Red+Green+Blue) = 245+59+232=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 59 (23.44% from 255 or 11.01% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BE8 is #0AC417. Grayscale: #858585. Windows color (decimal): -705560 or 15219701. OLE color: 15219701.
HSL color Cylindrical-coordinate representation of color #F53BE8: hue angle of 304.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 #F53BE8 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 232 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.04 |
| HSL | 304.19º | 0.9% | 0.6% | - |
| HSV(B) | 304.19º | 0.76% | 0.96% | - |
| XYZ | 53.79 | 28.37 | 78.98 | - |
| YUV | 134.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 232 | 0 | 0.76 | 0.05 | 0.04 | 304.19 | 0.9 | 0.6 |
| Hex | F5 | 3B | E8 | 0 | 4C | 5 | 4 | 130 | 5A | 3C |
| Octal | 365 | 73 | 350 | 0 | 114 | 5 | 4 | 460 | 132 | 74 |
| Binary | 11110101 | 111011 | 11101000 | 0 | 1001100 | 101 | 100 | 100110000 | 1011010 | 111100 |
Color Harmonies of #F53BE8
Complementary color
Monochromatic Colors of #F53BE8
Black with #F53BE8
Text Example
Text Example
White with #F53BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BE8; }
p { color: rgb(245,59,232); }
H1.HeaderClassName
{
color: #F53BE8;
}
.AnyTagClassName
{
color: #F53BE8;
}
</style>
background-color css
<style>
a { background-color: #F53BE8; }
a { background-color: rgb(245,59,232); }
div.DivClassName
{
background-color: #F53BE8;
}
.BgClassName
{
background-color: #F53BE8;
}
</style>
border-color css
<style>
span { border-color: #F53BE8; }
span { border-color: rgb(245,59,232); }
td.TdClassName
{
border-color: #F53BE8;
}
.TagClassName
{
border-color: #F53BE8;
}
</style>