Shades of Shocking Pink #F918BC
Tints of Shocking Pink #F918BC
RGB
CMYK
RGB Variations
Color information
#F918BC (or 0xF918BC) is known color: Shocking Pink. HEX triplet: F9, 18 and BC. RGB value is (249,24,188). Sum of RGB (Red+Green+Blue) = 249+24+188=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F918BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918BC is #06E743. Grayscale: #6D6D6D. Windows color (decimal): -452420 or 12327161. OLE color: 12327161.
HSL color Cylindrical-coordinate representation of color #F918BC: hue angle of 316.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918BC is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.02 |
| HSL | 316.27º | 0.95% | 0.54% | - |
| HSV(B) | 316.27º | 0.9% | 0.98% | - |
| XYZ | 48.47 | 24.42 | 49.74 | - |
| YUV | 109.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 188 | 0 | 0.90 | 0.24 | 0.02 | 316.27 | 0.95 | 0.54 |
| Hex | F9 | 18 | BC | 0 | 5A | 18 | 2 | 13C | 5F | 36 |
| Octal | 371 | 30 | 274 | 0 | 132 | 30 | 2 | 474 | 137 | 66 |
| Binary | 11111001 | 11000 | 10111100 | 0 | 1011010 | 11000 | 10 | 100111100 | 1011111 | 110110 |
Color Harmonies of #F918BC
Complementary color
Monochromatic Colors of #F918BC
Black with #F918BC
Text Example
Text Example
White with #F918BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918BC; }
p { color: rgb(249,24,188); }
H1.HeaderClassName
{
color: #F918BC;
}
.AnyTagClassName
{
color: #F918BC;
}
</style>
background-color css
<style>
a { background-color: #F918BC; }
a { background-color: rgb(249,24,188); }
div.DivClassName
{
background-color: #F918BC;
}
.BgClassName
{
background-color: #F918BC;
}
</style>
border-color css
<style>
span { border-color: #F918BC; }
span { border-color: rgb(249,24,188); }
td.TdClassName
{
border-color: #F918BC;
}
.TagClassName
{
border-color: #F918BC;
}
</style>