Shades of Shocking Pink #F50CBB
Tints of Shocking Pink #F50CBB
RGB
CMYK
RGB Variations
Color information
#F50CBB (or 0xF50CBB) is known color: Shocking Pink. HEX triplet: F5, 0C and BB. RGB value is (245,12,187). Sum of RGB (Red+Green+Blue) = 245+12+187=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CBB is #0AF344. Grayscale: #656565. Windows color (decimal): -717637 or 12258549. OLE color: 12258549.
HSL color Cylindrical-coordinate representation of color #F50CBB: hue angle of 314.94º 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 #F50CBB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.04 |
| HSL | 314.94º | 0.92% | 0.5% | - |
| HSV(B) | 314.94º | 0.95% | 0.96% | - |
| XYZ | 46.76 | 23.26 | 49.04 | - |
| YUV | 101.62 | 176.19 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 187 | 0 | 0.95 | 0.24 | 0.04 | 314.94 | 0.92 | 0.5 |
| Hex | F5 | C | BB | 0 | 5F | 18 | 4 | 13B | 5C | 32 |
| Octal | 365 | 14 | 273 | 0 | 137 | 30 | 4 | 473 | 134 | 62 |
| Binary | 11110101 | 1100 | 10111011 | 0 | 1011111 | 11000 | 100 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F50CBB
Complementary color
Monochromatic Colors of #F50CBB
Black with #F50CBB
Text Example
Text Example
White with #F50CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CBB; }
p { color: rgb(245,12,187); }
H1.HeaderClassName
{
color: #F50CBB;
}
.AnyTagClassName
{
color: #F50CBB;
}
</style>
background-color css
<style>
a { background-color: #F50CBB; }
a { background-color: rgb(245,12,187); }
div.DivClassName
{
background-color: #F50CBB;
}
.BgClassName
{
background-color: #F50CBB;
}
</style>
border-color css
<style>
span { border-color: #F50CBB; }
span { border-color: rgb(245,12,187); }
td.TdClassName
{
border-color: #F50CBB;
}
.TagClassName
{
border-color: #F50CBB;
}
</style>