Shades of Razzle Dazzle Rose #F91BDD
Tints of Razzle Dazzle Rose #F91BDD
RGB
CMYK
RGB Variations
Color information
#F91BDD (or 0xF91BDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1B and DD. RGB value is (249,27,221). Sum of RGB (Red+Green+Blue) = 249+27+221=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BDD is #06E422. Grayscale: #727272. Windows color (decimal): -451619 or 14490617. OLE color: 14490617.
HSL color Cylindrical-coordinate representation of color #F91BDD: hue angle of 307.57º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91BDD is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.57º | 0.95% | 0.54% | - |
| HSV(B) | 307.57º | 0.89% | 0.98% | - |
| XYZ | 52.51 | 26.14 | 70.69 | - |
| YUV | 115.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 221 | 0 | 0.89 | 0.11 | 0.02 | 307.57 | 0.95 | 0.54 |
| Hex | F9 | 1B | DD | 0 | 59 | B | 2 | 134 | 5F | 36 |
| Octal | 371 | 33 | 335 | 0 | 131 | 13 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11011 | 11011101 | 0 | 1011001 | 1011 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91BDD
Complementary color
Monochromatic Colors of #F91BDD
Black with #F91BDD
Text Example
Text Example
White with #F91BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BDD; }
p { color: rgb(249,27,221); }
H1.HeaderClassName
{
color: #F91BDD;
}
.AnyTagClassName
{
color: #F91BDD;
}
</style>
background-color css
<style>
a { background-color: #F91BDD; }
a { background-color: rgb(249,27,221); }
div.DivClassName
{
background-color: #F91BDD;
}
.BgClassName
{
background-color: #F91BDD;
}
</style>
border-color css
<style>
span { border-color: #F91BDD; }
span { border-color: rgb(249,27,221); }
td.TdClassName
{
border-color: #F91BDD;
}
.TagClassName
{
border-color: #F91BDD;
}
</style>