Shades of Shocking Pink #F911C8
Tints of Shocking Pink #F911C8
RGB
CMYK
RGB Variations
Color information
#F911C8 (or 0xF911C8) is known color: Shocking Pink. HEX triplet: F9, 11 and C8. RGB value is (249,17,200). Sum of RGB (Red+Green+Blue) = 249+17+200=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F911C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911C8 is #06EE37. Grayscale: #6A6A6A. Windows color (decimal): -454200 or 13111801. OLE color: 13111801.
HSL color Cylindrical-coordinate representation of color #F911C8: hue angle of 312.67º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911C8 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 200 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.02 |
| HSL | 312.67º | 0.95% | 0.52% | - |
| HSV(B) | 312.67º | 0.93% | 0.98% | - |
| XYZ | 49.69 | 24.71 | 56.79 | - |
| YUV | 107.23 | 180.36 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 200 | 0 | 0.93 | 0.20 | 0.02 | 312.67 | 0.95 | 0.52 |
| Hex | F9 | 11 | C8 | 0 | 5D | 14 | 2 | 139 | 5F | 34 |
| Octal | 371 | 21 | 310 | 0 | 135 | 24 | 2 | 471 | 137 | 64 |
| Binary | 11111001 | 10001 | 11001000 | 0 | 1011101 | 10100 | 10 | 100111001 | 1011111 | 110100 |
Color Harmonies of #F911C8
Complementary color
Monochromatic Colors of #F911C8
Black with #F911C8
Text Example
Text Example
White with #F911C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911C8; }
p { color: rgb(249,17,200); }
H1.HeaderClassName
{
color: #F911C8;
}
.AnyTagClassName
{
color: #F911C8;
}
</style>
background-color css
<style>
a { background-color: #F911C8; }
a { background-color: rgb(249,17,200); }
div.DivClassName
{
background-color: #F911C8;
}
.BgClassName
{
background-color: #F911C8;
}
</style>
border-color css
<style>
span { border-color: #F911C8; }
span { border-color: rgb(249,17,200); }
td.TdClassName
{
border-color: #F911C8;
}
.TagClassName
{
border-color: #F911C8;
}
</style>