Shades of Shocking Pink #F519BB
Tints of Shocking Pink #F519BB
RGB
CMYK
RGB Variations
Color information
#F519BB (or 0xF519BB) is known color: Shocking Pink. HEX triplet: F5, 19 and BB. RGB value is (245,25,187). Sum of RGB (Red+Green+Blue) = 245+25+187=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F519BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519BB is #0AE644. Grayscale: #6C6C6C. Windows color (decimal): -714309 or 12261877. OLE color: 12261877.
HSL color Cylindrical-coordinate representation of color #F519BB: hue angle of 315.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519BB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 187 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.04 |
| HSL | 315.82º | 0.92% | 0.53% | - |
| HSV(B) | 315.82º | 0.9% | 0.96% | - |
| XYZ | 46.97 | 23.7 | 49.11 | - |
| YUV | 109.25 | 171.89 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 187 | 0 | 0.90 | 0.24 | 0.04 | 315.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | BB | 0 | 5A | 18 | 4 | 13C | 5C | 35 |
| Octal | 365 | 31 | 273 | 0 | 132 | 30 | 4 | 474 | 134 | 65 |
| Binary | 11110101 | 11001 | 10111011 | 0 | 1011010 | 11000 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F519BB
Complementary color
Monochromatic Colors of #F519BB
Black with #F519BB
Text Example
Text Example
White with #F519BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519BB; }
p { color: rgb(245,25,187); }
H1.HeaderClassName
{
color: #F519BB;
}
.AnyTagClassName
{
color: #F519BB;
}
</style>
background-color css
<style>
a { background-color: #F519BB; }
a { background-color: rgb(245,25,187); }
div.DivClassName
{
background-color: #F519BB;
}
.BgClassName
{
background-color: #F519BB;
}
</style>
border-color css
<style>
span { border-color: #F519BB; }
span { border-color: rgb(245,25,187); }
td.TdClassName
{
border-color: #F519BB;
}
.TagClassName
{
border-color: #F519BB;
}
</style>