Shades of Razzle Dazzle Rose #F91DDC
Tints of Razzle Dazzle Rose #F91DDC
RGB
CMYK
RGB Variations
Color information
#F91DDC (or 0xF91DDC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1D and DC. RGB value is (249,29,220). Sum of RGB (Red+Green+Blue) = 249+29+220=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DDC is #06E223. Grayscale: #747474. Windows color (decimal): -451108 or 14425593. OLE color: 14425593.
HSL color Cylindrical-coordinate representation of color #F91DDC: hue angle of 307.91º 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 #F91DDC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 220 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 307.91º | 0.95% | 0.55% | - |
| HSV(B) | 307.91º | 0.88% | 0.98% | - |
| XYZ | 52.42 | 26.19 | 70 | - |
| YUV | 116.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 220 | 0 | 0.88 | 0.12 | 0.02 | 307.91 | 0.95 | 0.55 |
| Hex | F9 | 1D | DC | 0 | 58 | C | 2 | 134 | 5F | 37 |
| Octal | 371 | 35 | 334 | 0 | 130 | 14 | 2 | 464 | 137 | 67 |
| Binary | 11111001 | 11101 | 11011100 | 0 | 1011000 | 1100 | 10 | 100110100 | 1011111 | 110111 |
Color Harmonies of #F91DDC
Complementary color
Monochromatic Colors of #F91DDC
Black with #F91DDC
Text Example
Text Example
White with #F91DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DDC; }
p { color: rgb(249,29,220); }
H1.HeaderClassName
{
color: #F91DDC;
}
.AnyTagClassName
{
color: #F91DDC;
}
</style>
background-color css
<style>
a { background-color: #F91DDC; }
a { background-color: rgb(249,29,220); }
div.DivClassName
{
background-color: #F91DDC;
}
.BgClassName
{
background-color: #F91DDC;
}
</style>
border-color css
<style>
span { border-color: #F91DDC; }
span { border-color: rgb(249,29,220); }
td.TdClassName
{
border-color: #F91DDC;
}
.TagClassName
{
border-color: #F91DDC;
}
</style>