Shades of Shocking Pink #F912BC
Tints of Shocking Pink #F912BC
RGB
CMYK
RGB Variations
Color information
#F912BC (or 0xF912BC) is known color: Shocking Pink. HEX triplet: F9, 12 and BC. RGB value is (249,18,188). Sum of RGB (Red+Green+Blue) = 249+18+188=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F912BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912BC is #06ED43. Grayscale: #6A6A6A. Windows color (decimal): -453956 or 12325625. OLE color: 12325625.
HSL color Cylindrical-coordinate representation of color #F912BC: hue angle of 315.84º 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 #F912BC is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 188 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.02 |
| HSL | 315.84º | 0.95% | 0.52% | - |
| HSV(B) | 315.84º | 0.93% | 0.98% | - |
| XYZ | 48.36 | 24.2 | 49.7 | - |
| YUV | 106.45 | 174.03 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 188 | 0 | 0.93 | 0.24 | 0.02 | 315.84 | 0.95 | 0.52 |
| Hex | F9 | 12 | BC | 0 | 5D | 18 | 2 | 13C | 5F | 34 |
| Octal | 371 | 22 | 274 | 0 | 135 | 30 | 2 | 474 | 137 | 64 |
| Binary | 11111001 | 10010 | 10111100 | 0 | 1011101 | 11000 | 10 | 100111100 | 1011111 | 110100 |
Color Harmonies of #F912BC
Complementary color
Monochromatic Colors of #F912BC
Black with #F912BC
Text Example
Text Example
White with #F912BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912BC; }
p { color: rgb(249,18,188); }
H1.HeaderClassName
{
color: #F912BC;
}
.AnyTagClassName
{
color: #F912BC;
}
</style>
background-color css
<style>
a { background-color: #F912BC; }
a { background-color: rgb(249,18,188); }
div.DivClassName
{
background-color: #F912BC;
}
.BgClassName
{
background-color: #F912BC;
}
</style>
border-color css
<style>
span { border-color: #F912BC; }
span { border-color: rgb(249,18,188); }
td.TdClassName
{
border-color: #F912BC;
}
.TagClassName
{
border-color: #F912BC;
}
</style>