Shades of Razzle Dazzle Rose #F53BE0
Tints of Razzle Dazzle Rose #F53BE0
RGB
CMYK
RGB Variations
Color information
#F53BE0 (or 0xF53BE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and E0. RGB value is (245,59,224). Sum of RGB (Red+Green+Blue) = 245+59+224=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BE0 is #0AC41F. Grayscale: #848484. Windows color (decimal): -705568 or 14695413. OLE color: 14695413.
HSL color Cylindrical-coordinate representation of color #F53BE0: hue angle of 306.77º 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 #F53BE0 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 224 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 306.77º | 0.9% | 0.6% | - |
| HSV(B) | 306.77º | 0.76% | 0.96% | - |
| XYZ | 52.67 | 27.92 | 73.13 | - |
| YUV | 133.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 224 | 0 | 0.76 | 0.09 | 0.04 | 306.77 | 0.9 | 0.6 |
| Hex | F5 | 3B | E0 | 0 | 4C | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 73 | 340 | 0 | 114 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111011 | 11100000 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53BE0
Complementary color
Monochromatic Colors of #F53BE0
Black with #F53BE0
Text Example
Text Example
White with #F53BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BE0; }
p { color: rgb(245,59,224); }
H1.HeaderClassName
{
color: #F53BE0;
}
.AnyTagClassName
{
color: #F53BE0;
}
</style>
background-color css
<style>
a { background-color: #F53BE0; }
a { background-color: rgb(245,59,224); }
div.DivClassName
{
background-color: #F53BE0;
}
.BgClassName
{
background-color: #F53BE0;
}
</style>
border-color css
<style>
span { border-color: #F53BE0; }
span { border-color: rgb(245,59,224); }
td.TdClassName
{
border-color: #F53BE0;
}
.TagClassName
{
border-color: #F53BE0;
}
</style>