Shades of Shocking Pink #F511B7
Tints of Shocking Pink #F511B7
RGB
CMYK
RGB Variations
Color information
#F511B7 (or 0xF511B7) is known color: Shocking Pink. HEX triplet: F5, 11 and B7. RGB value is (245,17,183). Sum of RGB (Red+Green+Blue) = 245+17+183=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F511B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511B7 is #0AEE48. Grayscale: #676767. Windows color (decimal): -716361 or 11997685. OLE color: 11997685.
HSL color Cylindrical-coordinate representation of color #F511B7: hue angle of 316.32º 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 #F511B7 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 183 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.04 |
| HSL | 316.32º | 0.92% | 0.51% | - |
| HSV(B) | 316.32º | 0.93% | 0.96% | - |
| XYZ | 46.4 | 23.23 | 46.84 | - |
| YUV | 104.1 | 172.54 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 183 | 0 | 0.93 | 0.25 | 0.04 | 316.32 | 0.92 | 0.51 |
| Hex | F5 | 11 | B7 | 0 | 5D | 19 | 4 | 13C | 5C | 33 |
| Octal | 365 | 21 | 267 | 0 | 135 | 31 | 4 | 474 | 134 | 63 |
| Binary | 11110101 | 10001 | 10110111 | 0 | 1011101 | 11001 | 100 | 100111100 | 1011100 | 110011 |
Color Harmonies of #F511B7
Complementary color
Monochromatic Colors of #F511B7
Black with #F511B7
Text Example
Text Example
White with #F511B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511B7; }
p { color: rgb(245,17,183); }
H1.HeaderClassName
{
color: #F511B7;
}
.AnyTagClassName
{
color: #F511B7;
}
</style>
background-color css
<style>
a { background-color: #F511B7; }
a { background-color: rgb(245,17,183); }
div.DivClassName
{
background-color: #F511B7;
}
.BgClassName
{
background-color: #F511B7;
}
</style>
border-color css
<style>
span { border-color: #F511B7; }
span { border-color: rgb(245,17,183); }
td.TdClassName
{
border-color: #F511B7;
}
.TagClassName
{
border-color: #F511B7;
}
</style>