Shades of Shocking Pink #F118B7
Tints of Shocking Pink #F118B7
RGB
CMYK
RGB Variations
Color information
#F118B7 (or 0xF118B7) is known color: Shocking Pink. HEX triplet: F1, 18 and B7. RGB value is (241,24,183). Sum of RGB (Red+Green+Blue) = 241+24+183=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F118B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118B7 is #0EE748. Grayscale: #6A6A6A. Windows color (decimal): -976713 or 11999473. OLE color: 11999473.
HSL color Cylindrical-coordinate representation of color #F118B7: hue angle of 316.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118B7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 183 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 316.04º | 0.89% | 0.52% | - |
| HSV(B) | 316.04º | 0.9% | 0.95% | - |
| XYZ | 45.15 | 22.77 | 46.82 | - |
| YUV | 107.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 183 | 0 | 0.90 | 0.24 | 0.05 | 316.04 | 0.89 | 0.52 |
| Hex | F1 | 18 | B7 | 0 | 5A | 18 | 5 | 13C | 59 | 34 |
| Octal | 361 | 30 | 267 | 0 | 132 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110001 | 11000 | 10110111 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F118B7
Complementary color
Monochromatic Colors of #F118B7
Black with #F118B7
Text Example
Text Example
White with #F118B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118B7; }
p { color: rgb(241,24,183); }
H1.HeaderClassName
{
color: #F118B7;
}
.AnyTagClassName
{
color: #F118B7;
}
</style>
background-color css
<style>
a { background-color: #F118B7; }
a { background-color: rgb(241,24,183); }
div.DivClassName
{
background-color: #F118B7;
}
.BgClassName
{
background-color: #F118B7;
}
</style>
border-color css
<style>
span { border-color: #F118B7; }
span { border-color: rgb(241,24,183); }
td.TdClassName
{
border-color: #F118B7;
}
.TagClassName
{
border-color: #F118B7;
}
</style>