Shades of Shocking Pink #F903BC
Tints of Shocking Pink #F903BC
RGB
CMYK
RGB Variations
Color information
#F903BC (or 0xF903BC) is known color: Shocking Pink. HEX triplet: F9, 03 and BC. RGB value is (249,3,188). Sum of RGB (Red+Green+Blue) = 249+3+188=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F903BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F903BC is #06FC43. Grayscale: #616161. Windows color (decimal): -457796 or 12321785. OLE color: 12321785.
HSL color Cylindrical-coordinate representation of color #F903BC: hue angle of 314.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F903BC is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.02 |
| HSL | 314.88º | 0.98% | 0.49% | - |
| HSV(B) | 314.88º | 0.99% | 0.98% | - |
| XYZ | 48.18 | 23.84 | 49.64 | - |
| YUV | 97.64 | 179 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 188 | 0 | 0.99 | 0.24 | 0.02 | 314.88 | 0.98 | 0.49 |
| Hex | F9 | 3 | BC | 0 | 63 | 18 | 2 | 13B | 62 | 31 |
| Octal | 371 | 3 | 274 | 0 | 143 | 30 | 2 | 473 | 142 | 61 |
| Binary | 11111001 | 11 | 10111100 | 0 | 1100011 | 11000 | 10 | 100111011 | 1100010 | 110001 |
Color Harmonies of #F903BC
Complementary color
Monochromatic Colors of #F903BC
Black with #F903BC
Text Example
Text Example
White with #F903BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903BC; }
p { color: rgb(249,3,188); }
H1.HeaderClassName
{
color: #F903BC;
}
.AnyTagClassName
{
color: #F903BC;
}
</style>
background-color css
<style>
a { background-color: #F903BC; }
a { background-color: rgb(249,3,188); }
div.DivClassName
{
background-color: #F903BC;
}
.BgClassName
{
background-color: #F903BC;
}
</style>
border-color css
<style>
span { border-color: #F903BC; }
span { border-color: rgb(249,3,188); }
td.TdClassName
{
border-color: #F903BC;
}
.TagClassName
{
border-color: #F903BC;
}
</style>