Shades of Shocking Pink #F11DD3
Tints of Shocking Pink #F11DD3
RGB
CMYK
RGB Variations
Color information
#F11DD3 (or 0xF11DD3) is known color: Shocking Pink. HEX triplet: F1, 1D and D3. RGB value is (241,29,211). Sum of RGB (Red+Green+Blue) = 241+29+211=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DD3 is #0EE22C. Grayscale: #707070. Windows color (decimal): -975405 or 13835761. OLE color: 13835761.
HSL color Cylindrical-coordinate representation of color #F11DD3: hue angle of 308.49º 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 #F11DD3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 211 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.05 |
| HSL | 308.49º | 0.88% | 0.53% | - |
| HSV(B) | 308.49º | 0.88% | 0.95% | - |
| XYZ | 48.47 | 24.28 | 63.76 | - |
| YUV | 113.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 211 | 0 | 0.88 | 0.12 | 0.05 | 308.49 | 0.88 | 0.53 |
| Hex | F1 | 1D | D3 | 0 | 58 | C | 5 | 134 | 58 | 35 |
| Octal | 361 | 35 | 323 | 0 | 130 | 14 | 5 | 464 | 130 | 65 |
| Binary | 11110001 | 11101 | 11010011 | 0 | 1011000 | 1100 | 101 | 100110100 | 1011000 | 110101 |
Color Harmonies of #F11DD3
Complementary color
Monochromatic Colors of #F11DD3
Black with #F11DD3
Text Example
Text Example
White with #F11DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DD3; }
p { color: rgb(241,29,211); }
H1.HeaderClassName
{
color: #F11DD3;
}
.AnyTagClassName
{
color: #F11DD3;
}
</style>
background-color css
<style>
a { background-color: #F11DD3; }
a { background-color: rgb(241,29,211); }
div.DivClassName
{
background-color: #F11DD3;
}
.BgClassName
{
background-color: #F11DD3;
}
</style>
border-color css
<style>
span { border-color: #F11DD3; }
span { border-color: rgb(241,29,211); }
td.TdClassName
{
border-color: #F11DD3;
}
.TagClassName
{
border-color: #F11DD3;
}
</style>