Shades of Razzle Dazzle Rose #F91BDF
Tints of Razzle Dazzle Rose #F91BDF
RGB
CMYK
RGB Variations
Color information
#F91BDF (or 0xF91BDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1B and DF. RGB value is (249,27,223). Sum of RGB (Red+Green+Blue) = 249+27+223=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BDF is #06E420. Grayscale: #737373. Windows color (decimal): -451617 or 14621689. OLE color: 14621689.
HSL color Cylindrical-coordinate representation of color #F91BDF: hue angle of 307.03º 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 #F91BDF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.02 |
| HSL | 307.03º | 0.95% | 0.54% | - |
| HSV(B) | 307.03º | 0.89% | 0.98% | - |
| XYZ | 52.78 | 26.25 | 72.1 | - |
| YUV | 115.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 223 | 0 | 0.89 | 0.10 | 0.02 | 307.03 | 0.95 | 0.54 |
| Hex | F9 | 1B | DF | 0 | 59 | A | 2 | 133 | 5F | 36 |
| Octal | 371 | 33 | 337 | 0 | 131 | 12 | 2 | 463 | 137 | 66 |
| Binary | 11111001 | 11011 | 11011111 | 0 | 1011001 | 1010 | 10 | 100110011 | 1011111 | 110110 |
Color Harmonies of #F91BDF
Complementary color
Monochromatic Colors of #F91BDF
Black with #F91BDF
Text Example
Text Example
White with #F91BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BDF; }
p { color: rgb(249,27,223); }
H1.HeaderClassName
{
color: #F91BDF;
}
.AnyTagClassName
{
color: #F91BDF;
}
</style>
background-color css
<style>
a { background-color: #F91BDF; }
a { background-color: rgb(249,27,223); }
div.DivClassName
{
background-color: #F91BDF;
}
.BgClassName
{
background-color: #F91BDF;
}
</style>
border-color css
<style>
span { border-color: #F91BDF; }
span { border-color: rgb(249,27,223); }
td.TdClassName
{
border-color: #F91BDF;
}
.TagClassName
{
border-color: #F91BDF;
}
</style>