Shades of Shocking Pink #F521BE
Tints of Shocking Pink #F521BE
RGB
CMYK
RGB Variations
Color information
#F521BE (or 0xF521BE) is known color: Shocking Pink. HEX triplet: F5, 21 and BE. RGB value is (245,33,190). Sum of RGB (Red+Green+Blue) = 245+33+190=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F521BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521BE is #0ADE41. Grayscale: #717171. Windows color (decimal): -712258 or 12460533. OLE color: 12460533.
HSL color Cylindrical-coordinate representation of color #F521BE: hue angle of 315.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521BE is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 190 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.04 |
| HSL | 315.57º | 0.91% | 0.55% | - |
| HSV(B) | 315.57º | 0.87% | 0.96% | - |
| XYZ | 47.49 | 24.22 | 50.89 | - |
| YUV | 114.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 190 | 0 | 0.87 | 0.22 | 0.04 | 315.57 | 0.91 | 0.55 |
| Hex | F5 | 21 | BE | 0 | 57 | 16 | 4 | 13C | 5B | 37 |
| Octal | 365 | 41 | 276 | 0 | 127 | 26 | 4 | 474 | 133 | 67 |
| Binary | 11110101 | 100001 | 10111110 | 0 | 1010111 | 10110 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F521BE
Complementary color
Monochromatic Colors of #F521BE
Black with #F521BE
Text Example
Text Example
White with #F521BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521BE; }
p { color: rgb(245,33,190); }
H1.HeaderClassName
{
color: #F521BE;
}
.AnyTagClassName
{
color: #F521BE;
}
</style>
background-color css
<style>
a { background-color: #F521BE; }
a { background-color: rgb(245,33,190); }
div.DivClassName
{
background-color: #F521BE;
}
.BgClassName
{
background-color: #F521BE;
}
</style>
border-color css
<style>
span { border-color: #F521BE; }
span { border-color: rgb(245,33,190); }
td.TdClassName
{
border-color: #F521BE;
}
.TagClassName
{
border-color: #F521BE;
}
</style>