Shades of Shocking Pink #F507B8
Tints of Shocking Pink #F507B8
RGB
CMYK
RGB Variations
Color information
#F507B8 (or 0xF507B8) is known color: Shocking Pink. HEX triplet: F5, 07 and B8. RGB value is (245,7,184). Sum of RGB (Red+Green+Blue) = 245+7+184=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F507B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507B8 is #0AF847. Grayscale: #616161. Windows color (decimal): -718920 or 12060661. OLE color: 12060661.
HSL color Cylindrical-coordinate representation of color #F507B8: hue angle of 315.38º 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 #F507B8 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 184 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.04 |
| HSL | 315.38º | 0.94% | 0.49% | - |
| HSV(B) | 315.38º | 0.97% | 0.96% | - |
| XYZ | 46.38 | 23.03 | 47.35 | - |
| YUV | 98.34 | 176.35 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 184 | 0 | 0.97 | 0.25 | 0.04 | 315.38 | 0.94 | 0.49 |
| Hex | F5 | 7 | B8 | 0 | 61 | 19 | 4 | 13B | 5E | 31 |
| Octal | 365 | 7 | 270 | 0 | 141 | 31 | 4 | 473 | 136 | 61 |
| Binary | 11110101 | 111 | 10111000 | 0 | 1100001 | 11001 | 100 | 100111011 | 1011110 | 110001 |
Color Harmonies of #F507B8
Complementary color
Monochromatic Colors of #F507B8
Black with #F507B8
Text Example
Text Example
White with #F507B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507B8; }
p { color: rgb(245,7,184); }
H1.HeaderClassName
{
color: #F507B8;
}
.AnyTagClassName
{
color: #F507B8;
}
</style>
background-color css
<style>
a { background-color: #F507B8; }
a { background-color: rgb(245,7,184); }
div.DivClassName
{
background-color: #F507B8;
}
.BgClassName
{
background-color: #F507B8;
}
</style>
border-color css
<style>
span { border-color: #F507B8; }
span { border-color: rgb(245,7,184); }
td.TdClassName
{
border-color: #F507B8;
}
.TagClassName
{
border-color: #F507B8;
}
</style>