Shades of Shocking Pink #F501B5
Tints of Shocking Pink #F501B5
RGB
CMYK
RGB Variations
Color information
#F501B5 (or 0xF501B5) is known color: Shocking Pink. HEX triplet: F5, 01 and B5. RGB value is (245,1,181). Sum of RGB (Red+Green+Blue) = 245+1+181=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F501B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501B5 is #0AFE4A. Grayscale: #5E5E5E. Windows color (decimal): -720459 or 11862517. OLE color: 11862517.
HSL color Cylindrical-coordinate representation of color #F501B5: hue angle of 315.74º 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 #F501B5 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.04 |
| HSL | 315.74º | 0.99% | 0.48% | - |
| HSV(B) | 315.74º | 1% | 0.96% | - |
| XYZ | 46.01 | 22.77 | 45.69 | - |
| YUV | 94.48 | 176.84 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 181 | 0 | 1.00 | 0.26 | 0.04 | 315.74 | 0.99 | 0.48 |
| Hex | F5 | 1 | B5 | 0 | 64 | 1A | 4 | 13C | 63 | 30 |
| Octal | 365 | 1 | 265 | 0 | 144 | 32 | 4 | 474 | 143 | 60 |
| Binary | 11110101 | 1 | 10110101 | 0 | 1100100 | 11010 | 100 | 100111100 | 1100011 | 110000 |
Color Harmonies of #F501B5
Complementary color
Monochromatic Colors of #F501B5
Black with #F501B5
Text Example
Text Example
White with #F501B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501B5; }
p { color: rgb(245,1,181); }
H1.HeaderClassName
{
color: #F501B5;
}
.AnyTagClassName
{
color: #F501B5;
}
</style>
background-color css
<style>
a { background-color: #F501B5; }
a { background-color: rgb(245,1,181); }
div.DivClassName
{
background-color: #F501B5;
}
.BgClassName
{
background-color: #F501B5;
}
</style>
border-color css
<style>
span { border-color: #F501B5; }
span { border-color: rgb(245,1,181); }
td.TdClassName
{
border-color: #F501B5;
}
.TagClassName
{
border-color: #F501B5;
}
</style>