Shades of Shocking Pink #F507BC
Tints of Shocking Pink #F507BC
RGB
CMYK
RGB Variations
Color information
#F507BC (or 0xF507BC) is known color: Shocking Pink. HEX triplet: F5, 07 and BC. RGB value is (245,7,188). Sum of RGB (Red+Green+Blue) = 245+7+188=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F507BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507BC is #0AF843. Grayscale: #626262. Windows color (decimal): -718916 or 12322805. OLE color: 12322805.
HSL color Cylindrical-coordinate representation of color #F507BC: hue angle of 314.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F507BC is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 314.37º | 0.94% | 0.49% | - |
| HSV(B) | 314.37º | 0.97% | 0.96% | - |
| XYZ | 46.81 | 23.2 | 49.59 | - |
| YUV | 98.8 | 178.35 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 188 | 0 | 0.97 | 0.23 | 0.04 | 314.37 | 0.94 | 0.49 |
| Hex | F5 | 7 | BC | 0 | 61 | 17 | 4 | 13A | 5E | 31 |
| Octal | 365 | 7 | 274 | 0 | 141 | 27 | 4 | 472 | 136 | 61 |
| Binary | 11110101 | 111 | 10111100 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F507BC
Complementary color
Monochromatic Colors of #F507BC
Black with #F507BC
Text Example
Text Example
White with #F507BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507BC; }
p { color: rgb(245,7,188); }
H1.HeaderClassName
{
color: #F507BC;
}
.AnyTagClassName
{
color: #F507BC;
}
</style>
background-color css
<style>
a { background-color: #F507BC; }
a { background-color: rgb(245,7,188); }
div.DivClassName
{
background-color: #F507BC;
}
.BgClassName
{
background-color: #F507BC;
}
</style>
border-color css
<style>
span { border-color: #F507BC; }
span { border-color: rgb(245,7,188); }
td.TdClassName
{
border-color: #F507BC;
}
.TagClassName
{
border-color: #F507BC;
}
</style>