Shades of Razzle Dazzle Rose #F11FDC
Tints of Razzle Dazzle Rose #F11FDC
RGB
CMYK
RGB Variations
Color information
#F11FDC (or 0xF11FDC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1F and DC. RGB value is (241,31,220). Sum of RGB (Red+Green+Blue) = 241+31+220=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11FDC is #0EE023. Grayscale: #727272. Windows color (decimal): -974884 or 14426097. OLE color: 14426097.
HSL color Cylindrical-coordinate representation of color #F11FDC: hue angle of 306º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FDC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.05 |
| HSL | 306º | 0.88% | 0.53% | - |
| HSV(B) | 306º | 0.87% | 0.95% | - |
| XYZ | 49.68 | 24.85 | 69.89 | - |
| YUV | 115.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 220 | 0 | 0.87 | 0.09 | 0.05 | 306 | 0.88 | 0.53 |
| Hex | F1 | 1F | DC | 0 | 57 | 9 | 5 | 132 | 58 | 35 |
| Octal | 361 | 37 | 334 | 0 | 127 | 11 | 5 | 462 | 130 | 65 |
| Binary | 11110001 | 11111 | 11011100 | 0 | 1010111 | 1001 | 101 | 100110010 | 1011000 | 110101 |
Color Harmonies of #F11FDC
Complementary color
Monochromatic Colors of #F11FDC
Black with #F11FDC
Text Example
Text Example
White with #F11FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11FDC; }
p { color: rgb(241,31,220); }
H1.HeaderClassName
{
color: #F11FDC;
}
.AnyTagClassName
{
color: #F11FDC;
}
</style>
background-color css
<style>
a { background-color: #F11FDC; }
a { background-color: rgb(241,31,220); }
div.DivClassName
{
background-color: #F11FDC;
}
.BgClassName
{
background-color: #F11FDC;
}
</style>
border-color css
<style>
span { border-color: #F11FDC; }
span { border-color: rgb(241,31,220); }
td.TdClassName
{
border-color: #F11FDC;
}
.TagClassName
{
border-color: #F11FDC;
}
</style>