Shades of Shocking Pink #F507B2
Tints of Shocking Pink #F507B2
RGB
CMYK
RGB Variations
Color information
#F507B2 (or 0xF507B2) is known color: Shocking Pink. HEX triplet: F5, 07 and B2. RGB value is (245,7,178). Sum of RGB (Red+Green+Blue) = 245+7+178=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F507B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F507B2 is #0AF84D. Grayscale: #616161. Windows color (decimal): -718926 or 11667445. OLE color: 11667445.
HSL color Cylindrical-coordinate representation of color #F507B2: hue angle of 316.89º 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 #F507B2 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.04 |
| HSL | 316.89º | 0.94% | 0.49% | - |
| HSV(B) | 316.89º | 0.97% | 0.96% | - |
| XYZ | 45.77 | 22.78 | 44.1 | - |
| YUV | 97.66 | 173.35 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 178 | 0 | 0.97 | 0.27 | 0.04 | 316.89 | 0.94 | 0.49 |
| Hex | F5 | 7 | B2 | 0 | 61 | 1B | 4 | 13D | 5E | 31 |
| Octal | 365 | 7 | 262 | 0 | 141 | 33 | 4 | 475 | 136 | 61 |
| Binary | 11110101 | 111 | 10110010 | 0 | 1100001 | 11011 | 100 | 100111101 | 1011110 | 110001 |
Color Harmonies of #F507B2
Complementary color
Monochromatic Colors of #F507B2
Black with #F507B2
Text Example
Text Example
White with #F507B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507B2; }
p { color: rgb(245,7,178); }
H1.HeaderClassName
{
color: #F507B2;
}
.AnyTagClassName
{
color: #F507B2;
}
</style>
background-color css
<style>
a { background-color: #F507B2; }
a { background-color: rgb(245,7,178); }
div.DivClassName
{
background-color: #F507B2;
}
.BgClassName
{
background-color: #F507B2;
}
</style>
border-color css
<style>
span { border-color: #F507B2; }
span { border-color: rgb(245,7,178); }
td.TdClassName
{
border-color: #F507B2;
}
.TagClassName
{
border-color: #F507B2;
}
</style>