Shades of Razzle Dazzle Rose #F11DDA
Tints of Razzle Dazzle Rose #F11DDA
RGB
CMYK
RGB Variations
Color information
#F11DDA (or 0xF11DDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1D and DA. RGB value is (241,29,218). Sum of RGB (Red+Green+Blue) = 241+29+218=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DDA is #0EE225. Grayscale: #717171. Windows color (decimal): -975398 or 14294513. OLE color: 14294513.
HSL color Cylindrical-coordinate representation of color #F11DDA: hue angle of 306.51º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DDA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 218 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.05 |
| HSL | 306.51º | 0.88% | 0.53% | - |
| HSV(B) | 306.51º | 0.88% | 0.95% | - |
| XYZ | 49.37 | 24.64 | 68.48 | - |
| YUV | 113.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 218 | 0 | 0.88 | 0.10 | 0.05 | 306.51 | 0.88 | 0.53 |
| Hex | F1 | 1D | DA | 0 | 58 | A | 5 | 133 | 58 | 35 |
| Octal | 361 | 35 | 332 | 0 | 130 | 12 | 5 | 463 | 130 | 65 |
| Binary | 11110001 | 11101 | 11011010 | 0 | 1011000 | 1010 | 101 | 100110011 | 1011000 | 110101 |
Color Harmonies of #F11DDA
Complementary color
Monochromatic Colors of #F11DDA
Black with #F11DDA
Text Example
Text Example
White with #F11DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DDA; }
p { color: rgb(241,29,218); }
H1.HeaderClassName
{
color: #F11DDA;
}
.AnyTagClassName
{
color: #F11DDA;
}
</style>
background-color css
<style>
a { background-color: #F11DDA; }
a { background-color: rgb(241,29,218); }
div.DivClassName
{
background-color: #F11DDA;
}
.BgClassName
{
background-color: #F11DDA;
}
</style>
border-color css
<style>
span { border-color: #F11DDA; }
span { border-color: rgb(241,29,218); }
td.TdClassName
{
border-color: #F11DDA;
}
.TagClassName
{
border-color: #F11DDA;
}
</style>