Shades of Shocking Pink #F507B7
Tints of Shocking Pink #F507B7
RGB
CMYK
RGB Variations
Color information
#F507B7 (or 0xF507B7) is known color: Shocking Pink. HEX triplet: F5, 07 and B7. RGB value is (245,7,183). Sum of RGB (Red+Green+Blue) = 245+7+183=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F507B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507B7 is #0AF848. Grayscale: #616161. Windows color (decimal): -718921 or 11995125. OLE color: 11995125.
HSL color Cylindrical-coordinate representation of color #F507B7: hue angle of 315.63º 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 #F507B7 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.04 |
| HSL | 315.63º | 0.94% | 0.49% | - |
| HSV(B) | 315.63º | 0.97% | 0.96% | - |
| XYZ | 46.28 | 22.98 | 46.8 | - |
| YUV | 98.23 | 175.85 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 183 | 0 | 0.97 | 0.25 | 0.04 | 315.63 | 0.94 | 0.49 |
| Hex | F5 | 7 | B7 | 0 | 61 | 19 | 4 | 13C | 5E | 31 |
| Octal | 365 | 7 | 267 | 0 | 141 | 31 | 4 | 474 | 136 | 61 |
| Binary | 11110101 | 111 | 10110111 | 0 | 1100001 | 11001 | 100 | 100111100 | 1011110 | 110001 |
Color Harmonies of #F507B7
Complementary color
Monochromatic Colors of #F507B7
Black with #F507B7
Text Example
Text Example
White with #F507B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507B7; }
p { color: rgb(245,7,183); }
H1.HeaderClassName
{
color: #F507B7;
}
.AnyTagClassName
{
color: #F507B7;
}
</style>
background-color css
<style>
a { background-color: #F507B7; }
a { background-color: rgb(245,7,183); }
div.DivClassName
{
background-color: #F507B7;
}
.BgClassName
{
background-color: #F507B7;
}
</style>
border-color css
<style>
span { border-color: #F507B7; }
span { border-color: rgb(245,7,183); }
td.TdClassName
{
border-color: #F507B7;
}
.TagClassName
{
border-color: #F507B7;
}
</style>