Shades of Razzle Dazzle Rose #F53AF0
Tints of Razzle Dazzle Rose #F53AF0
RGB
CMYK
RGB Variations
Color information
#F53AF0 (or 0xF53AF0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and F0. RGB value is (245,58,240). Sum of RGB (Red+Green+Blue) = 245+58+240=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 58 (23.05% from 255 or 10.68% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53AF0 is #0AC50F. Grayscale: #868686. Windows color (decimal): -705808 or 15743733. OLE color: 15743733.
HSL color Cylindrical-coordinate representation of color #F53AF0: hue angle of 301.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53AF0 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 240 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.04 |
| HSL | 301.6º | 0.9% | 0.59% | - |
| HSV(B) | 301.6º | 0.76% | 0.96% | - |
| XYZ | 54.9 | 28.73 | 85.09 | - |
| YUV | 134.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 240 | 0 | 0.76 | 0.02 | 0.04 | 301.6 | 0.9 | 0.59 |
| Hex | F5 | 3A | F0 | 0 | 4C | 2 | 4 | 12E | 5A | 3B |
| Octal | 365 | 72 | 360 | 0 | 114 | 2 | 4 | 456 | 132 | 73 |
| Binary | 11110101 | 111010 | 11110000 | 0 | 1001100 | 10 | 100 | 100101110 | 1011010 | 111011 |
Color Harmonies of #F53AF0
Complementary color
Monochromatic Colors of #F53AF0
Black with #F53AF0
Text Example
Text Example
White with #F53AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53AF0; }
p { color: rgb(245,58,240); }
H1.HeaderClassName
{
color: #F53AF0;
}
.AnyTagClassName
{
color: #F53AF0;
}
</style>
background-color css
<style>
a { background-color: #F53AF0; }
a { background-color: rgb(245,58,240); }
div.DivClassName
{
background-color: #F53AF0;
}
.BgClassName
{
background-color: #F53AF0;
}
</style>
border-color css
<style>
span { border-color: #F53AF0; }
span { border-color: rgb(245,58,240); }
td.TdClassName
{
border-color: #F53AF0;
}
.TagClassName
{
border-color: #F53AF0;
}
</style>