Shades of Shocking Pink #F520BC
Tints of Shocking Pink #F520BC
RGB
CMYK
RGB Variations
Color information
#F520BC (or 0xF520BC) is known color: Shocking Pink. HEX triplet: F5, 20 and BC. RGB value is (245,32,188). Sum of RGB (Red+Green+Blue) = 245+32+188=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F520BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520BC is #0ADF43. Grayscale: #717171. Windows color (decimal): -712516 or 12329205. OLE color: 12329205.
HSL color Cylindrical-coordinate representation of color #F520BC: hue angle of 316.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520BC is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.04 |
| HSL | 316.06º | 0.91% | 0.54% | - |
| HSV(B) | 316.06º | 0.87% | 0.96% | - |
| XYZ | 47.25 | 24.08 | 49.73 | - |
| YUV | 113.47 | 170.07 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 188 | 0 | 0.87 | 0.23 | 0.04 | 316.06 | 0.91 | 0.54 |
| Hex | F5 | 20 | BC | 0 | 57 | 17 | 4 | 13C | 5B | 36 |
| Octal | 365 | 40 | 274 | 0 | 127 | 27 | 4 | 474 | 133 | 66 |
| Binary | 11110101 | 100000 | 10111100 | 0 | 1010111 | 10111 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F520BC
Complementary color
Monochromatic Colors of #F520BC
Black with #F520BC
Text Example
Text Example
White with #F520BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520BC; }
p { color: rgb(245,32,188); }
H1.HeaderClassName
{
color: #F520BC;
}
.AnyTagClassName
{
color: #F520BC;
}
</style>
background-color css
<style>
a { background-color: #F520BC; }
a { background-color: rgb(245,32,188); }
div.DivClassName
{
background-color: #F520BC;
}
.BgClassName
{
background-color: #F520BC;
}
</style>
border-color css
<style>
span { border-color: #F520BC; }
span { border-color: rgb(245,32,188); }
td.TdClassName
{
border-color: #F520BC;
}
.TagClassName
{
border-color: #F520BC;
}
</style>