Shades of Shocking Pink #F503BB
Tints of Shocking Pink #F503BB
RGB
CMYK
RGB Variations
Color information
#F503BB (or 0xF503BB) is known color: Shocking Pink. HEX triplet: F5, 03 and BB. RGB value is (245,3,187). Sum of RGB (Red+Green+Blue) = 245+3+187=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F503BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503BB is #0AFC44. Grayscale: #5F5F5F. Windows color (decimal): -719941 or 12256245. OLE color: 12256245.
HSL color Cylindrical-coordinate representation of color #F503BB: hue angle of 314.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503BB is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.04 |
| HSL | 314.38º | 0.98% | 0.49% | - |
| HSV(B) | 314.38º | 0.99% | 0.96% | - |
| XYZ | 46.66 | 23.07 | 49.01 | - |
| YUV | 96.33 | 179.17 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 187 | 0 | 0.99 | 0.24 | 0.04 | 314.38 | 0.98 | 0.49 |
| Hex | F5 | 3 | BB | 0 | 63 | 18 | 4 | 13A | 62 | 31 |
| Octal | 365 | 3 | 273 | 0 | 143 | 30 | 4 | 472 | 142 | 61 |
| Binary | 11110101 | 11 | 10111011 | 0 | 1100011 | 11000 | 100 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F503BB
Complementary color
Monochromatic Colors of #F503BB
Black with #F503BB
Text Example
Text Example
White with #F503BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503BB; }
p { color: rgb(245,3,187); }
H1.HeaderClassName
{
color: #F503BB;
}
.AnyTagClassName
{
color: #F503BB;
}
</style>
background-color css
<style>
a { background-color: #F503BB; }
a { background-color: rgb(245,3,187); }
div.DivClassName
{
background-color: #F503BB;
}
.BgClassName
{
background-color: #F503BB;
}
</style>
border-color css
<style>
span { border-color: #F503BB; }
span { border-color: rgb(245,3,187); }
td.TdClassName
{
border-color: #F503BB;
}
.TagClassName
{
border-color: #F503BB;
}
</style>