Shades of Shocking Pink #F511BF
Tints of Shocking Pink #F511BF
RGB
CMYK
RGB Variations
Color information
#F511BF (or 0xF511BF) is known color: Shocking Pink. HEX triplet: F5, 11 and BF. RGB value is (245,17,191). Sum of RGB (Red+Green+Blue) = 245+17+191=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F511BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511BF is #0AEE40. Grayscale: #686868. Windows color (decimal): -716353 or 12521973. OLE color: 12521973.
HSL color Cylindrical-coordinate representation of color #F511BF: hue angle of 314.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511BF is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 191 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.04 |
| HSL | 314.21º | 0.92% | 0.51% | - |
| HSV(B) | 314.21º | 0.93% | 0.96% | - |
| XYZ | 47.26 | 23.57 | 51.35 | - |
| YUV | 105.01 | 176.54 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 191 | 0 | 0.93 | 0.22 | 0.04 | 314.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | BF | 0 | 5D | 16 | 4 | 13A | 5C | 33 |
| Octal | 365 | 21 | 277 | 0 | 135 | 26 | 4 | 472 | 134 | 63 |
| Binary | 11110101 | 10001 | 10111111 | 0 | 1011101 | 10110 | 100 | 100111010 | 1011100 | 110011 |
Color Harmonies of #F511BF
Complementary color
Monochromatic Colors of #F511BF
Black with #F511BF
Text Example
Text Example
White with #F511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511BF; }
p { color: rgb(245,17,191); }
H1.HeaderClassName
{
color: #F511BF;
}
.AnyTagClassName
{
color: #F511BF;
}
</style>
background-color css
<style>
a { background-color: #F511BF; }
a { background-color: rgb(245,17,191); }
div.DivClassName
{
background-color: #F511BF;
}
.BgClassName
{
background-color: #F511BF;
}
</style>
border-color css
<style>
span { border-color: #F511BF; }
span { border-color: rgb(245,17,191); }
td.TdClassName
{
border-color: #F511BF;
}
.TagClassName
{
border-color: #F511BF;
}
</style>