Shades of Shocking Pink #F112D3
Tints of Shocking Pink #F112D3
RGB
CMYK
RGB Variations
Color information
#F112D3 (or 0xF112D3) is known color: Shocking Pink. HEX triplet: F1, 12 and D3. RGB value is (241,18,211). Sum of RGB (Red+Green+Blue) = 241+18+211=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F112D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112D3 is #0EED2C. Grayscale: #6A6A6A. Windows color (decimal): -978221 or 13832945. OLE color: 13832945.
HSL color Cylindrical-coordinate representation of color #F112D3: hue angle of 308.07º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112D3 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 211 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.05 |
| HSL | 308.07º | 0.89% | 0.51% | - |
| HSV(B) | 308.07º | 0.93% | 0.95% | - |
| XYZ | 48.25 | 23.84 | 63.69 | - |
| YUV | 106.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 211 | 0 | 0.93 | 0.12 | 0.05 | 308.07 | 0.89 | 0.51 |
| Hex | F1 | 12 | D3 | 0 | 5D | C | 5 | 134 | 59 | 33 |
| Octal | 361 | 22 | 323 | 0 | 135 | 14 | 5 | 464 | 131 | 63 |
| Binary | 11110001 | 10010 | 11010011 | 0 | 1011101 | 1100 | 101 | 100110100 | 1011001 | 110011 |
Color Harmonies of #F112D3
Complementary color
Monochromatic Colors of #F112D3
Black with #F112D3
Text Example
Text Example
White with #F112D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112D3; }
p { color: rgb(241,18,211); }
H1.HeaderClassName
{
color: #F112D3;
}
.AnyTagClassName
{
color: #F112D3;
}
</style>
background-color css
<style>
a { background-color: #F112D3; }
a { background-color: rgb(241,18,211); }
div.DivClassName
{
background-color: #F112D3;
}
.BgClassName
{
background-color: #F112D3;
}
</style>
border-color css
<style>
span { border-color: #F112D3; }
span { border-color: rgb(241,18,211); }
td.TdClassName
{
border-color: #F112D3;
}
.TagClassName
{
border-color: #F112D3;
}
</style>