Shades of Razzle Dazzle Rose #F53AD5
Tints of Razzle Dazzle Rose #F53AD5
RGB
CMYK
RGB Variations
Color information
#F53AD5 (or 0xF53AD5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and D5. RGB value is (245,58,213). Sum of RGB (Red+Green+Blue) = 245+58+213=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD5 is #0AC52A. Grayscale: #838383. Windows color (decimal): -705835 or 13974261. OLE color: 13974261.
HSL color Cylindrical-coordinate representation of color #F53AD5: hue angle of 310.27º 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 #F53AD5 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 213 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.04 |
| HSL | 310.27º | 0.9% | 0.59% | - |
| HSV(B) | 310.27º | 0.76% | 0.96% | - |
| XYZ | 51.18 | 27.24 | 65.51 | - |
| YUV | 131.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 213 | 0 | 0.76 | 0.13 | 0.04 | 310.27 | 0.9 | 0.59 |
| Hex | F5 | 3A | D5 | 0 | 4C | D | 4 | 136 | 5A | 3B |
| Octal | 365 | 72 | 325 | 0 | 114 | 15 | 4 | 466 | 132 | 73 |
| Binary | 11110101 | 111010 | 11010101 | 0 | 1001100 | 1101 | 100 | 100110110 | 1011010 | 111011 |
Color Harmonies of #F53AD5
Complementary color
Monochromatic Colors of #F53AD5
Black with #F53AD5
Text Example
Text Example
White with #F53AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53AD5; }
p { color: rgb(245,58,213); }
H1.HeaderClassName
{
color: #F53AD5;
}
.AnyTagClassName
{
color: #F53AD5;
}
</style>
background-color css
<style>
a { background-color: #F53AD5; }
a { background-color: rgb(245,58,213); }
div.DivClassName
{
background-color: #F53AD5;
}
.BgClassName
{
background-color: #F53AD5;
}
</style>
border-color css
<style>
span { border-color: #F53AD5; }
span { border-color: rgb(245,58,213); }
td.TdClassName
{
border-color: #F53AD5;
}
.TagClassName
{
border-color: #F53AD5;
}
</style>