Shades of Razzle Dazzle Rose #F91DDB
Tints of Razzle Dazzle Rose #F91DDB
RGB
CMYK
RGB Variations
Color information
#F91DDB (or 0xF91DDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1D and DB. RGB value is (249,29,219). Sum of RGB (Red+Green+Blue) = 249+29+219=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DDB is #06E224. Grayscale: #737373. Windows color (decimal): -451109 or 14360057. OLE color: 14360057.
HSL color Cylindrical-coordinate representation of color #F91DDB: hue angle of 308.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91DDB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 219 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 308.18º | 0.95% | 0.55% | - |
| HSV(B) | 308.18º | 0.88% | 0.98% | - |
| XYZ | 52.29 | 26.13 | 69.31 | - |
| YUV | 116.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 219 | 0 | 0.88 | 0.12 | 0.02 | 308.18 | 0.95 | 0.55 |
| Hex | F9 | 1D | DB | 0 | 58 | C | 2 | 134 | 5F | 37 |
| Octal | 371 | 35 | 333 | 0 | 130 | 14 | 2 | 464 | 137 | 67 |
| Binary | 11111001 | 11101 | 11011011 | 0 | 1011000 | 1100 | 10 | 100110100 | 1011111 | 110111 |
Color Harmonies of #F91DDB
Complementary color
Monochromatic Colors of #F91DDB
Black with #F91DDB
Text Example
Text Example
White with #F91DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DDB; }
p { color: rgb(249,29,219); }
H1.HeaderClassName
{
color: #F91DDB;
}
.AnyTagClassName
{
color: #F91DDB;
}
</style>
background-color css
<style>
a { background-color: #F91DDB; }
a { background-color: rgb(249,29,219); }
div.DivClassName
{
background-color: #F91DDB;
}
.BgClassName
{
background-color: #F91DDB;
}
</style>
border-color css
<style>
span { border-color: #F91DDB; }
span { border-color: rgb(249,29,219); }
td.TdClassName
{
border-color: #F91DDB;
}
.TagClassName
{
border-color: #F91DDB;
}
</style>