Shades of Shocking Pink #F50BBD
Tints of Shocking Pink #F50BBD
RGB
CMYK
RGB Variations
Color information
#F50BBD (or 0xF50BBD) is known color: Shocking Pink. HEX triplet: F5, 0B and BD. RGB value is (245,11,189). Sum of RGB (Red+Green+Blue) = 245+11+189=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BBD is #0AF442. Grayscale: #646464. Windows color (decimal): -717891 or 12389365. OLE color: 12389365.
HSL color Cylindrical-coordinate representation of color #F50BBD: hue angle of 314.36º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50BBD is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 189 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.36º | 0.92% | 0.5% | - |
| HSV(B) | 314.36º | 0.96% | 0.96% | - |
| XYZ | 46.96 | 23.33 | 50.17 | - |
| YUV | 101.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 189 | 0 | 0.96 | 0.23 | 0.04 | 314.36 | 0.92 | 0.5 |
| Hex | F5 | B | BD | 0 | 60 | 17 | 4 | 13A | 5C | 32 |
| Octal | 365 | 13 | 275 | 0 | 140 | 27 | 4 | 472 | 134 | 62 |
| Binary | 11110101 | 1011 | 10111101 | 0 | 1100000 | 10111 | 100 | 100111010 | 1011100 | 110010 |
Color Harmonies of #F50BBD
Complementary color
Monochromatic Colors of #F50BBD
Black with #F50BBD
Text Example
Text Example
White with #F50BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BBD; }
p { color: rgb(245,11,189); }
H1.HeaderClassName
{
color: #F50BBD;
}
.AnyTagClassName
{
color: #F50BBD;
}
</style>
background-color css
<style>
a { background-color: #F50BBD; }
a { background-color: rgb(245,11,189); }
div.DivClassName
{
background-color: #F50BBD;
}
.BgClassName
{
background-color: #F50BBD;
}
</style>
border-color css
<style>
span { border-color: #F50BBD; }
span { border-color: rgb(245,11,189); }
td.TdClassName
{
border-color: #F50BBD;
}
.TagClassName
{
border-color: #F50BBD;
}
</style>