Shades of Razzle Dazzle Rose #F93ADB
Tints of Razzle Dazzle Rose #F93ADB
RGB
CMYK
RGB Variations
Color information
#F93ADB (or 0xF93ADB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and DB. RGB value is (249,58,219). Sum of RGB (Red+Green+Blue) = 249+58+219=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ADB is #06C524. Grayscale: #858585. Windows color (decimal): -443685 or 14367481. OLE color: 14367481.
HSL color Cylindrical-coordinate representation of color #F93ADB: hue angle of 309.42º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93ADB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.02 |
| HSL | 309.42º | 0.94% | 0.6% | - |
| HSV(B) | 309.42º | 0.77% | 0.98% | - |
| XYZ | 53.37 | 28.28 | 69.66 | - |
| YUV | 133.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 219 | 0 | 0.77 | 0.12 | 0.02 | 309.42 | 0.94 | 0.6 |
| Hex | F9 | 3A | DB | 0 | 4D | C | 2 | 135 | 5E | 3C |
| Octal | 371 | 72 | 333 | 0 | 115 | 14 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111010 | 11011011 | 0 | 1001101 | 1100 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F93ADB
Complementary color
Monochromatic Colors of #F93ADB
Black with #F93ADB
Text Example
Text Example
White with #F93ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ADB; }
p { color: rgb(249,58,219); }
H1.HeaderClassName
{
color: #F93ADB;
}
.AnyTagClassName
{
color: #F93ADB;
}
</style>
background-color css
<style>
a { background-color: #F93ADB; }
a { background-color: rgb(249,58,219); }
div.DivClassName
{
background-color: #F93ADB;
}
.BgClassName
{
background-color: #F93ADB;
}
</style>
border-color css
<style>
span { border-color: #F93ADB; }
span { border-color: rgb(249,58,219); }
td.TdClassName
{
border-color: #F93ADB;
}
.TagClassName
{
border-color: #F93ADB;
}
</style>