Shades of Razzle Dazzle Rose #F53ADD
Tints of Razzle Dazzle Rose #F53ADD
RGB
CMYK
RGB Variations
Color information
#F53ADD (or 0xF53ADD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and DD. RGB value is (245,58,221). Sum of RGB (Red+Green+Blue) = 245+58+221=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 58 (23.05% from 255 or 11.07% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ADD is #0AC522. Grayscale: #848484. Windows color (decimal): -705827 or 14498549. OLE color: 14498549.
HSL color Cylindrical-coordinate representation of color #F53ADD: hue angle of 307.7º 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 #F53ADD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 221 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.04 |
| HSL | 307.7º | 0.9% | 0.59% | - |
| HSV(B) | 307.7º | 0.76% | 0.96% | - |
| XYZ | 52.22 | 27.66 | 70.99 | - |
| YUV | 132.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 221 | 0 | 0.76 | 0.10 | 0.04 | 307.7 | 0.9 | 0.59 |
| Hex | F5 | 3A | DD | 0 | 4C | A | 4 | 134 | 5A | 3B |
| Octal | 365 | 72 | 335 | 0 | 114 | 12 | 4 | 464 | 132 | 73 |
| Binary | 11110101 | 111010 | 11011101 | 0 | 1001100 | 1010 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F53ADD
Complementary color
Monochromatic Colors of #F53ADD
Black with #F53ADD
Text Example
Text Example
White with #F53ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53ADD; }
p { color: rgb(245,58,221); }
H1.HeaderClassName
{
color: #F53ADD;
}
.AnyTagClassName
{
color: #F53ADD;
}
</style>
background-color css
<style>
a { background-color: #F53ADD; }
a { background-color: rgb(245,58,221); }
div.DivClassName
{
background-color: #F53ADD;
}
.BgClassName
{
background-color: #F53ADD;
}
</style>
border-color css
<style>
span { border-color: #F53ADD; }
span { border-color: rgb(245,58,221); }
td.TdClassName
{
border-color: #F53ADD;
}
.TagClassName
{
border-color: #F53ADD;
}
</style>