Shades of Razzle Dazzle Rose #F91CDD
Tints of Razzle Dazzle Rose #F91CDD
RGB
CMYK
RGB Variations
Color information
#F91CDD (or 0xF91CDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1C and DD. RGB value is (249,28,221). Sum of RGB (Red+Green+Blue) = 249+28+221=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CDD is #06E322. Grayscale: #737373. Windows color (decimal): -451363 or 14490873. OLE color: 14490873.
HSL color Cylindrical-coordinate representation of color #F91CDD: hue angle of 307.6º 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 #F91CDD is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 221 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.6º | 0.95% | 0.54% | - |
| HSV(B) | 307.6º | 0.89% | 0.98% | - |
| XYZ | 52.53 | 26.19 | 70.69 | - |
| YUV | 116.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 221 | 0 | 0.89 | 0.11 | 0.02 | 307.6 | 0.95 | 0.54 |
| Hex | F9 | 1C | DD | 0 | 59 | B | 2 | 134 | 5F | 36 |
| Octal | 371 | 34 | 335 | 0 | 131 | 13 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11100 | 11011101 | 0 | 1011001 | 1011 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91CDD
Complementary color
Monochromatic Colors of #F91CDD
Black with #F91CDD
Text Example
Text Example
White with #F91CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CDD; }
p { color: rgb(249,28,221); }
H1.HeaderClassName
{
color: #F91CDD;
}
.AnyTagClassName
{
color: #F91CDD;
}
</style>
background-color css
<style>
a { background-color: #F91CDD; }
a { background-color: rgb(249,28,221); }
div.DivClassName
{
background-color: #F91CDD;
}
.BgClassName
{
background-color: #F91CDD;
}
</style>
border-color css
<style>
span { border-color: #F91CDD; }
span { border-color: rgb(249,28,221); }
td.TdClassName
{
border-color: #F91CDD;
}
.TagClassName
{
border-color: #F91CDD;
}
</style>