Shades of Shocking Pink #F005BC
Tints of Shocking Pink #F005BC
RGB
CMYK
RGB Variations
Color information
#F005BC (or 0xF005BC) is known color: Shocking Pink. HEX triplet: F0, 05 and BC. RGB value is (240,5,188). Sum of RGB (Red+Green+Blue) = 240+5+188=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F005BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005BC is #0FFA43. Grayscale: #5F5F5F. Windows color (decimal): -1047108 or 12322288. OLE color: 12322288.
HSL color Cylindrical-coordinate representation of color #F005BC: hue angle of 313.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005BC is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.06 |
| HSL | 313.28º | 0.96% | 0.48% | - |
| HSV(B) | 313.28º | 0.98% | 0.94% | - |
| XYZ | 45.07 | 22.26 | 49.5 | - |
| YUV | 96.13 | 179.86 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 188 | 0 | 0.98 | 0.22 | 0.06 | 313.28 | 0.96 | 0.48 |
| Hex | F0 | 5 | BC | 0 | 62 | 16 | 6 | 139 | 60 | 30 |
| Octal | 360 | 5 | 274 | 0 | 142 | 26 | 6 | 471 | 140 | 60 |
| Binary | 11110000 | 101 | 10111100 | 0 | 1100010 | 10110 | 110 | 100111001 | 1100000 | 110000 |
Color Harmonies of #F005BC
Complementary color
Monochromatic Colors of #F005BC
Black with #F005BC
Text Example
Text Example
White with #F005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005BC; }
p { color: rgb(240,5,188); }
H1.HeaderClassName
{
color: #F005BC;
}
.AnyTagClassName
{
color: #F005BC;
}
</style>
background-color css
<style>
a { background-color: #F005BC; }
a { background-color: rgb(240,5,188); }
div.DivClassName
{
background-color: #F005BC;
}
.BgClassName
{
background-color: #F005BC;
}
</style>
border-color css
<style>
span { border-color: #F005BC; }
span { border-color: rgb(240,5,188); }
td.TdClassName
{
border-color: #F005BC;
}
.TagClassName
{
border-color: #F005BC;
}
</style>