Shades of Shocking Pink #F50FB6
Tints of Shocking Pink #F50FB6
RGB
CMYK
RGB Variations
Color information
#F50FB6 (or 0xF50FB6) is known color: Shocking Pink. HEX triplet: F5, 0F and B6. RGB value is (245,15,182). Sum of RGB (Red+Green+Blue) = 245+15+182=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FB6 is #0AF049. Grayscale: #666666. Windows color (decimal): -716874 or 11931637. OLE color: 11931637.
HSL color Cylindrical-coordinate representation of color #F50FB6: hue angle of 316.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.04 |
| HSL | 316.43º | 0.92% | 0.51% | - |
| HSV(B) | 316.43º | 0.94% | 0.96% | - |
| XYZ | 46.27 | 23.13 | 46.28 | - |
| YUV | 102.81 | 172.7 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 182 | 0 | 0.94 | 0.26 | 0.04 | 316.43 | 0.92 | 0.51 |
| Hex | F5 | F | B6 | 0 | 5E | 1A | 4 | 13C | 5C | 33 |
| Octal | 365 | 17 | 266 | 0 | 136 | 32 | 4 | 474 | 134 | 63 |
| Binary | 11110101 | 1111 | 10110110 | 0 | 1011110 | 11010 | 100 | 100111100 | 1011100 | 110011 |
Color Harmonies of #F50FB6
Complementary color
Monochromatic Colors of #F50FB6
Black with #F50FB6
Text Example
Text Example
White with #F50FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FB6; }
p { color: rgb(245,15,182); }
H1.HeaderClassName
{
color: #F50FB6;
}
.AnyTagClassName
{
color: #F50FB6;
}
</style>
background-color css
<style>
a { background-color: #F50FB6; }
a { background-color: rgb(245,15,182); }
div.DivClassName
{
background-color: #F50FB6;
}
.BgClassName
{
background-color: #F50FB6;
}
</style>
border-color css
<style>
span { border-color: #F50FB6; }
span { border-color: rgb(245,15,182); }
td.TdClassName
{
border-color: #F50FB6;
}
.TagClassName
{
border-color: #F50FB6;
}
</style>