Shades of Shocking Pink #F505BE
Tints of Shocking Pink #F505BE
RGB
CMYK
RGB Variations
Color information
#F505BE (or 0xF505BE) is known color: Shocking Pink. HEX triplet: F5, 05 and BE. RGB value is (245,5,190). Sum of RGB (Red+Green+Blue) = 245+5+190=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F505BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505BE is #0AFA41. Grayscale: #616161. Windows color (decimal): -719426 or 12453365. OLE color: 12453365.
HSL color Cylindrical-coordinate representation of color #F505BE: hue angle of 313.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505BE is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.04 |
| HSL | 313.75º | 0.96% | 0.49% | - |
| HSV(B) | 313.75º | 0.98% | 0.96% | - |
| XYZ | 47 | 23.24 | 50.72 | - |
| YUV | 97.85 | 180.01 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 190 | 0 | 0.98 | 0.22 | 0.04 | 313.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | BE | 0 | 62 | 16 | 4 | 13A | 60 | 31 |
| Octal | 365 | 5 | 276 | 0 | 142 | 26 | 4 | 472 | 140 | 61 |
| Binary | 11110101 | 101 | 10111110 | 0 | 1100010 | 10110 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F505BE
Complementary color
Monochromatic Colors of #F505BE
Black with #F505BE
Text Example
Text Example
White with #F505BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505BE; }
p { color: rgb(245,5,190); }
H1.HeaderClassName
{
color: #F505BE;
}
.AnyTagClassName
{
color: #F505BE;
}
</style>
background-color css
<style>
a { background-color: #F505BE; }
a { background-color: rgb(245,5,190); }
div.DivClassName
{
background-color: #F505BE;
}
.BgClassName
{
background-color: #F505BE;
}
</style>
border-color css
<style>
span { border-color: #F505BE; }
span { border-color: rgb(245,5,190); }
td.TdClassName
{
border-color: #F505BE;
}
.TagClassName
{
border-color: #F505BE;
}
</style>