Shades of Razzle Dazzle Rose #F11ED3
Tints of Razzle Dazzle Rose #F11ED3
RGB
CMYK
RGB Variations
Color information
#F11ED3 (or 0xF11ED3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1E and D3. RGB value is (241,30,211). Sum of RGB (Red+Green+Blue) = 241+30+211=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ED3 is #0EE12C. Grayscale: #717171. Windows color (decimal): -975149 or 13836017. OLE color: 13836017.
HSL color Cylindrical-coordinate representation of color #F11ED3: hue angle of 308.53º 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 #F11ED3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 211 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.05 |
| HSL | 308.53º | 0.88% | 0.53% | - |
| HSV(B) | 308.53º | 0.88% | 0.95% | - |
| XYZ | 48.5 | 24.33 | 63.77 | - |
| YUV | 113.72 | 182.9 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 211 | 0 | 0.88 | 0.12 | 0.05 | 308.53 | 0.88 | 0.53 |
| Hex | F1 | 1E | D3 | 0 | 58 | C | 5 | 135 | 58 | 35 |
| Octal | 361 | 36 | 323 | 0 | 130 | 14 | 5 | 465 | 130 | 65 |
| Binary | 11110001 | 11110 | 11010011 | 0 | 1011000 | 1100 | 101 | 100110101 | 1011000 | 110101 |
Color Harmonies of #F11ED3
Complementary color
Monochromatic Colors of #F11ED3
Black with #F11ED3
Text Example
Text Example
White with #F11ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ED3; }
p { color: rgb(241,30,211); }
H1.HeaderClassName
{
color: #F11ED3;
}
.AnyTagClassName
{
color: #F11ED3;
}
</style>
background-color css
<style>
a { background-color: #F11ED3; }
a { background-color: rgb(241,30,211); }
div.DivClassName
{
background-color: #F11ED3;
}
.BgClassName
{
background-color: #F11ED3;
}
</style>
border-color css
<style>
span { border-color: #F11ED3; }
span { border-color: rgb(241,30,211); }
td.TdClassName
{
border-color: #F11ED3;
}
.TagClassName
{
border-color: #F11ED3;
}
</style>