Shades of Razzle Dazzle Rose #F53ADB
Tints of Razzle Dazzle Rose #F53ADB
RGB
CMYK
RGB Variations
Color information
#F53ADB (or 0xF53ADB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and DB. RGB value is (245,58,219). Sum of RGB (Red+Green+Blue) = 245+58+219=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ADB is #0AC524. Grayscale: #838383. Windows color (decimal): -705829 or 14367477. OLE color: 14367477.
HSL color Cylindrical-coordinate representation of color #F53ADB: hue angle of 308.34º 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 #F53ADB is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 219 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.04 |
| HSL | 308.34º | 0.9% | 0.59% | - |
| HSV(B) | 308.34º | 0.76% | 0.96% | - |
| XYZ | 51.96 | 27.55 | 69.6 | - |
| YUV | 132.27 | 176.95 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 219 | 0 | 0.76 | 0.11 | 0.04 | 308.34 | 0.9 | 0.59 |
| Hex | F5 | 3A | DB | 0 | 4C | B | 4 | 134 | 5A | 3B |
| Octal | 365 | 72 | 333 | 0 | 114 | 13 | 4 | 464 | 132 | 73 |
| Binary | 11110101 | 111010 | 11011011 | 0 | 1001100 | 1011 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F53ADB
Complementary color
Monochromatic Colors of #F53ADB
Black with #F53ADB
Text Example
Text Example
White with #F53ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53ADB; }
p { color: rgb(245,58,219); }
H1.HeaderClassName
{
color: #F53ADB;
}
.AnyTagClassName
{
color: #F53ADB;
}
</style>
background-color css
<style>
a { background-color: #F53ADB; }
a { background-color: rgb(245,58,219); }
div.DivClassName
{
background-color: #F53ADB;
}
.BgClassName
{
background-color: #F53ADB;
}
</style>
border-color css
<style>
span { border-color: #F53ADB; }
span { border-color: rgb(245,58,219); }
td.TdClassName
{
border-color: #F53ADB;
}
.TagClassName
{
border-color: #F53ADB;
}
</style>