Shades of Shocking Pink #F507BD
Tints of Shocking Pink #F507BD
RGB
CMYK
RGB Variations
Color information
#F507BD (or 0xF507BD) is known color: Shocking Pink. HEX triplet: F5, 07 and BD. RGB value is (245,7,189). Sum of RGB (Red+Green+Blue) = 245+7+189=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F507BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507BD is #0AF842. Grayscale: #626262. Windows color (decimal): -718915 or 12388341. OLE color: 12388341.
HSL color Cylindrical-coordinate representation of color #F507BD: hue angle of 314.12º 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 #F507BD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 314.12º | 0.94% | 0.49% | - |
| HSV(B) | 314.12º | 0.97% | 0.96% | - |
| XYZ | 46.92 | 23.24 | 50.16 | - |
| YUV | 98.91 | 178.85 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 189 | 0 | 0.97 | 0.23 | 0.04 | 314.12 | 0.94 | 0.49 |
| Hex | F5 | 7 | BD | 0 | 61 | 17 | 4 | 13A | 5E | 31 |
| Octal | 365 | 7 | 275 | 0 | 141 | 27 | 4 | 472 | 136 | 61 |
| Binary | 11110101 | 111 | 10111101 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F507BD
Complementary color
Monochromatic Colors of #F507BD
Black with #F507BD
Text Example
Text Example
White with #F507BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507BD; }
p { color: rgb(245,7,189); }
H1.HeaderClassName
{
color: #F507BD;
}
.AnyTagClassName
{
color: #F507BD;
}
</style>
background-color css
<style>
a { background-color: #F507BD; }
a { background-color: rgb(245,7,189); }
div.DivClassName
{
background-color: #F507BD;
}
.BgClassName
{
background-color: #F507BD;
}
</style>
border-color css
<style>
span { border-color: #F507BD; }
span { border-color: rgb(245,7,189); }
td.TdClassName
{
border-color: #F507BD;
}
.TagClassName
{
border-color: #F507BD;
}
</style>