Shades of Shocking Pink #F50BB8
Tints of Shocking Pink #F50BB8
RGB
CMYK
RGB Variations
Color information
#F50BB8 (or 0xF50BB8) is known color: Shocking Pink. HEX triplet: F5, 0B and B8. RGB value is (245,11,184). Sum of RGB (Red+Green+Blue) = 245+11+184=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BB8 is #0AF447. Grayscale: #646464. Windows color (decimal): -717896 or 12061685. OLE color: 12061685.
HSL color Cylindrical-coordinate representation of color #F50BB8: hue angle of 315.64º 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 #F50BB8 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 184 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.04 |
| HSL | 315.64º | 0.92% | 0.5% | - |
| HSV(B) | 315.64º | 0.96% | 0.96% | - |
| XYZ | 46.43 | 23.11 | 47.36 | - |
| YUV | 100.69 | 175.02 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 184 | 0 | 0.96 | 0.25 | 0.04 | 315.64 | 0.92 | 0.5 |
| Hex | F5 | B | B8 | 0 | 60 | 19 | 4 | 13C | 5C | 32 |
| Octal | 365 | 13 | 270 | 0 | 140 | 31 | 4 | 474 | 134 | 62 |
| Binary | 11110101 | 1011 | 10111000 | 0 | 1100000 | 11001 | 100 | 100111100 | 1011100 | 110010 |
Color Harmonies of #F50BB8
Complementary color
Monochromatic Colors of #F50BB8
Black with #F50BB8
Text Example
Text Example
White with #F50BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BB8; }
p { color: rgb(245,11,184); }
H1.HeaderClassName
{
color: #F50BB8;
}
.AnyTagClassName
{
color: #F50BB8;
}
</style>
background-color css
<style>
a { background-color: #F50BB8; }
a { background-color: rgb(245,11,184); }
div.DivClassName
{
background-color: #F50BB8;
}
.BgClassName
{
background-color: #F50BB8;
}
</style>
border-color css
<style>
span { border-color: #F50BB8; }
span { border-color: rgb(245,11,184); }
td.TdClassName
{
border-color: #F50BB8;
}
.TagClassName
{
border-color: #F50BB8;
}
</style>