Shades of Shocking Pink #F017B5
Tints of Shocking Pink #F017B5
RGB
CMYK
RGB Variations
Color information
#F017B5 (or 0xF017B5) is known color: Shocking Pink. HEX triplet: F0, 17 and B5. RGB value is (240,23,181). Sum of RGB (Red+Green+Blue) = 240+23+181=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F017B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017B5 is #0FE84A. Grayscale: #696969. Windows color (decimal): -1042507 or 11868144. OLE color: 11868144.
HSL color Cylindrical-coordinate representation of color #F017B5: hue angle of 316.31º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017B5 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 181 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.06 |
| HSL | 316.31º | 0.88% | 0.52% | - |
| HSV(B) | 316.31º | 0.9% | 0.94% | - |
| XYZ | 44.58 | 22.47 | 45.7 | - |
| YUV | 105.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 181 | 0 | 0.90 | 0.25 | 0.06 | 316.31 | 0.88 | 0.52 |
| Hex | F0 | 17 | B5 | 0 | 5A | 19 | 6 | 13C | 58 | 34 |
| Octal | 360 | 27 | 265 | 0 | 132 | 31 | 6 | 474 | 130 | 64 |
| Binary | 11110000 | 10111 | 10110101 | 0 | 1011010 | 11001 | 110 | 100111100 | 1011000 | 110100 |
Color Harmonies of #F017B5
Complementary color
Monochromatic Colors of #F017B5
Black with #F017B5
Text Example
Text Example
White with #F017B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017B5; }
p { color: rgb(240,23,181); }
H1.HeaderClassName
{
color: #F017B5;
}
.AnyTagClassName
{
color: #F017B5;
}
</style>
background-color css
<style>
a { background-color: #F017B5; }
a { background-color: rgb(240,23,181); }
div.DivClassName
{
background-color: #F017B5;
}
.BgClassName
{
background-color: #F017B5;
}
</style>
border-color css
<style>
span { border-color: #F017B5; }
span { border-color: rgb(240,23,181); }
td.TdClassName
{
border-color: #F017B5;
}
.TagClassName
{
border-color: #F017B5;
}
</style>