Shades of Shocking Pink #F50CBC
Tints of Shocking Pink #F50CBC
RGB
CMYK
RGB Variations
Color information
#F50CBC (or 0xF50CBC) is known color: Shocking Pink. HEX triplet: F5, 0C and BC. RGB value is (245,12,188). Sum of RGB (Red+Green+Blue) = 245+12+188=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CBC is #0AF343. Grayscale: #656565. Windows color (decimal): -717636 or 12324085. OLE color: 12324085.
HSL color Cylindrical-coordinate representation of color #F50CBC: hue angle of 314.68º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CBC is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.04 |
| HSL | 314.68º | 0.92% | 0.5% | - |
| HSV(B) | 314.68º | 0.95% | 0.96% | - |
| XYZ | 46.86 | 23.31 | 49.61 | - |
| YUV | 101.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 188 | 0 | 0.95 | 0.23 | 0.04 | 314.68 | 0.92 | 0.5 |
| Hex | F5 | C | BC | 0 | 5F | 17 | 4 | 13B | 5C | 32 |
| Octal | 365 | 14 | 274 | 0 | 137 | 27 | 4 | 473 | 134 | 62 |
| Binary | 11110101 | 1100 | 10111100 | 0 | 1011111 | 10111 | 100 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F50CBC
Complementary color
Monochromatic Colors of #F50CBC
Black with #F50CBC
Text Example
Text Example
White with #F50CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CBC; }
p { color: rgb(245,12,188); }
H1.HeaderClassName
{
color: #F50CBC;
}
.AnyTagClassName
{
color: #F50CBC;
}
</style>
background-color css
<style>
a { background-color: #F50CBC; }
a { background-color: rgb(245,12,188); }
div.DivClassName
{
background-color: #F50CBC;
}
.BgClassName
{
background-color: #F50CBC;
}
</style>
border-color css
<style>
span { border-color: #F50CBC; }
span { border-color: rgb(245,12,188); }
td.TdClassName
{
border-color: #F50CBC;
}
.TagClassName
{
border-color: #F50CBC;
}
</style>