Shades of Shocking Pink #F118BD
Tints of Shocking Pink #F118BD
RGB
CMYK
RGB Variations
Color information
#F118BD (or 0xF118BD) is known color: Shocking Pink. HEX triplet: F1, 18 and BD. RGB value is (241,24,189). Sum of RGB (Red+Green+Blue) = 241+24+189=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F118BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118BD is #0EE742. Grayscale: #6B6B6B. Windows color (decimal): -976707 or 12392689. OLE color: 12392689.
HSL color Cylindrical-coordinate representation of color #F118BD: hue angle of 314.38º 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 #F118BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.38º | 0.89% | 0.52% | - |
| HSV(B) | 314.38º | 0.9% | 0.95% | - |
| XYZ | 45.79 | 23.03 | 50.18 | - |
| YUV | 107.69 | 173.89 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 189 | 0 | 0.90 | 0.22 | 0.05 | 314.38 | 0.89 | 0.52 |
| Hex | F1 | 18 | BD | 0 | 5A | 16 | 5 | 13A | 59 | 34 |
| Octal | 361 | 30 | 275 | 0 | 132 | 26 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 11000 | 10111101 | 0 | 1011010 | 10110 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F118BD
Complementary color
Monochromatic Colors of #F118BD
Black with #F118BD
Text Example
Text Example
White with #F118BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118BD; }
p { color: rgb(241,24,189); }
H1.HeaderClassName
{
color: #F118BD;
}
.AnyTagClassName
{
color: #F118BD;
}
</style>
background-color css
<style>
a { background-color: #F118BD; }
a { background-color: rgb(241,24,189); }
div.DivClassName
{
background-color: #F118BD;
}
.BgClassName
{
background-color: #F118BD;
}
</style>
border-color css
<style>
span { border-color: #F118BD; }
span { border-color: rgb(241,24,189); }
td.TdClassName
{
border-color: #F118BD;
}
.TagClassName
{
border-color: #F118BD;
}
</style>