Shades of Shocking Pink #F508BC
Tints of Shocking Pink #F508BC
RGB
CMYK
RGB Variations
Color information
#F508BC (or 0xF508BC) is known color: Shocking Pink. HEX triplet: F5, 08 and BC. RGB value is (245,8,188). Sum of RGB (Red+Green+Blue) = 245+8+188=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F508BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508BC is #0AF743. Grayscale: #626262. Windows color (decimal): -718660 or 12323061. OLE color: 12323061.
HSL color Cylindrical-coordinate representation of color #F508BC: hue angle of 314.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508BC is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 314.43º | 0.94% | 0.5% | - |
| HSV(B) | 314.43º | 0.97% | 0.96% | - |
| XYZ | 46.82 | 23.22 | 49.59 | - |
| YUV | 99.38 | 178.02 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 188 | 0 | 0.97 | 0.23 | 0.04 | 314.43 | 0.94 | 0.5 |
| Hex | F5 | 8 | BC | 0 | 61 | 17 | 4 | 13A | 5E | 32 |
| Octal | 365 | 10 | 274 | 0 | 141 | 27 | 4 | 472 | 136 | 62 |
| Binary | 11110101 | 1000 | 10111100 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110010 |
Color Harmonies of #F508BC
Complementary color
Monochromatic Colors of #F508BC
Black with #F508BC
Text Example
Text Example
White with #F508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508BC; }
p { color: rgb(245,8,188); }
H1.HeaderClassName
{
color: #F508BC;
}
.AnyTagClassName
{
color: #F508BC;
}
</style>
background-color css
<style>
a { background-color: #F508BC; }
a { background-color: rgb(245,8,188); }
div.DivClassName
{
background-color: #F508BC;
}
.BgClassName
{
background-color: #F508BC;
}
</style>
border-color css
<style>
span { border-color: #F508BC; }
span { border-color: rgb(245,8,188); }
td.TdClassName
{
border-color: #F508BC;
}
.TagClassName
{
border-color: #F508BC;
}
</style>