Shades of Razzle Dazzle Rose #F11DDB
Tints of Razzle Dazzle Rose #F11DDB
RGB
CMYK
RGB Variations
Color information
#F11DDB (or 0xF11DDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1D and DB. RGB value is (241,29,219). Sum of RGB (Red+Green+Blue) = 241+29+219=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DDB is #0EE224. Grayscale: #717171. Windows color (decimal): -975397 or 14360049. OLE color: 14360049.
HSL color Cylindrical-coordinate representation of color #F11DDB: hue angle of 306.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DDB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 219 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.05 |
| HSL | 306.23º | 0.88% | 0.53% | - |
| HSV(B) | 306.23º | 0.88% | 0.95% | - |
| XYZ | 49.5 | 24.69 | 69.18 | - |
| YUV | 114.05 | 187.24 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 219 | 0 | 0.88 | 0.09 | 0.05 | 306.23 | 0.88 | 0.53 |
| Hex | F1 | 1D | DB | 0 | 58 | 9 | 5 | 132 | 58 | 35 |
| Octal | 361 | 35 | 333 | 0 | 130 | 11 | 5 | 462 | 130 | 65 |
| Binary | 11110001 | 11101 | 11011011 | 0 | 1011000 | 1001 | 101 | 100110010 | 1011000 | 110101 |
Color Harmonies of #F11DDB
Complementary color
Monochromatic Colors of #F11DDB
Black with #F11DDB
Text Example
Text Example
White with #F11DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DDB; }
p { color: rgb(241,29,219); }
H1.HeaderClassName
{
color: #F11DDB;
}
.AnyTagClassName
{
color: #F11DDB;
}
</style>
background-color css
<style>
a { background-color: #F11DDB; }
a { background-color: rgb(241,29,219); }
div.DivClassName
{
background-color: #F11DDB;
}
.BgClassName
{
background-color: #F11DDB;
}
</style>
border-color css
<style>
span { border-color: #F11DDB; }
span { border-color: rgb(241,29,219); }
td.TdClassName
{
border-color: #F11DDB;
}
.TagClassName
{
border-color: #F11DDB;
}
</style>