Shades of Shocking Pink #F908BC
Tints of Shocking Pink #F908BC
RGB
CMYK
RGB Variations
Color information
#F908BC (or 0xF908BC) is known color: Shocking Pink. HEX triplet: F9, 08 and BC. RGB value is (249,8,188). Sum of RGB (Red+Green+Blue) = 249+8+188=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F908BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908BC is #06F743. Grayscale: #646464. Windows color (decimal): -456516 or 12323065. OLE color: 12323065.
HSL color Cylindrical-coordinate representation of color #F908BC: hue angle of 315.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908BC is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.02 |
| HSL | 315.19º | 0.95% | 0.5% | - |
| HSV(B) | 315.19º | 0.97% | 0.98% | - |
| XYZ | 48.23 | 23.94 | 49.66 | - |
| YUV | 100.58 | 177.34 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 188 | 0 | 0.97 | 0.24 | 0.02 | 315.19 | 0.95 | 0.5 |
| Hex | F9 | 8 | BC | 0 | 61 | 18 | 2 | 13B | 5F | 32 |
| Octal | 371 | 10 | 274 | 0 | 141 | 30 | 2 | 473 | 137 | 62 |
| Binary | 11111001 | 1000 | 10111100 | 0 | 1100001 | 11000 | 10 | 100111011 | 1011111 | 110010 |
Color Harmonies of #F908BC
Complementary color
Monochromatic Colors of #F908BC
Black with #F908BC
Text Example
Text Example
White with #F908BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908BC; }
p { color: rgb(249,8,188); }
H1.HeaderClassName
{
color: #F908BC;
}
.AnyTagClassName
{
color: #F908BC;
}
</style>
background-color css
<style>
a { background-color: #F908BC; }
a { background-color: rgb(249,8,188); }
div.DivClassName
{
background-color: #F908BC;
}
.BgClassName
{
background-color: #F908BC;
}
</style>
border-color css
<style>
span { border-color: #F908BC; }
span { border-color: rgb(249,8,188); }
td.TdClassName
{
border-color: #F908BC;
}
.TagClassName
{
border-color: #F908BC;
}
</style>