Shades of Shocking Pink #F501BE
Tints of Shocking Pink #F501BE
RGB
CMYK
RGB Variations
Color information
#F501BE (or 0xF501BE) is known color: Shocking Pink. HEX triplet: F5, 01 and BE. RGB value is (245,1,190). Sum of RGB (Red+Green+Blue) = 245+1+190=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F501BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501BE is #0AFE41. Grayscale: #5E5E5E. Windows color (decimal): -720450 or 12452341. OLE color: 12452341.
HSL color Cylindrical-coordinate representation of color #F501BE: hue angle of 313.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501BE is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.04 |
| HSL | 313.52º | 0.99% | 0.48% | - |
| HSV(B) | 313.52º | 1% | 0.96% | - |
| XYZ | 46.96 | 23.15 | 50.71 | - |
| YUV | 95.5 | 181.34 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 190 | 0 | 1.00 | 0.22 | 0.04 | 313.52 | 0.99 | 0.48 |
| Hex | F5 | 1 | BE | 0 | 64 | 16 | 4 | 13A | 63 | 30 |
| Octal | 365 | 1 | 276 | 0 | 144 | 26 | 4 | 472 | 143 | 60 |
| Binary | 11110101 | 1 | 10111110 | 0 | 1100100 | 10110 | 100 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F501BE
Complementary color
Monochromatic Colors of #F501BE
Black with #F501BE
Text Example
Text Example
White with #F501BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501BE; }
p { color: rgb(245,1,190); }
H1.HeaderClassName
{
color: #F501BE;
}
.AnyTagClassName
{
color: #F501BE;
}
</style>
background-color css
<style>
a { background-color: #F501BE; }
a { background-color: rgb(245,1,190); }
div.DivClassName
{
background-color: #F501BE;
}
.BgClassName
{
background-color: #F501BE;
}
</style>
border-color css
<style>
span { border-color: #F501BE; }
span { border-color: rgb(245,1,190); }
td.TdClassName
{
border-color: #F501BE;
}
.TagClassName
{
border-color: #F501BE;
}
</style>