Shades of Shocking Pink #F017BD
Tints of Shocking Pink #F017BD
RGB
CMYK
RGB Variations
Color information
#F017BD (or 0xF017BD) is known color: Shocking Pink. HEX triplet: F0, 17 and BD. RGB value is (240,23,189). Sum of RGB (Red+Green+Blue) = 240+23+189=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F017BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017BD is #0FE842. Grayscale: #6A6A6A. Windows color (decimal): -1042499 or 12392432. OLE color: 12392432.
HSL color Cylindrical-coordinate representation of color #F017BD: hue angle of 314.1º 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 #F017BD is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.06 |
| HSL | 314.1º | 0.88% | 0.52% | - |
| HSV(B) | 314.1º | 0.9% | 0.94% | - |
| XYZ | 45.43 | 22.81 | 50.15 | - |
| YUV | 106.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 189 | 0 | 0.90 | 0.21 | 0.06 | 314.1 | 0.88 | 0.52 |
| Hex | F0 | 17 | BD | 0 | 5A | 15 | 6 | 13A | 58 | 34 |
| Octal | 360 | 27 | 275 | 0 | 132 | 25 | 6 | 472 | 130 | 64 |
| Binary | 11110000 | 10111 | 10111101 | 0 | 1011010 | 10101 | 110 | 100111010 | 1011000 | 110100 |
Color Harmonies of #F017BD
Complementary color
Monochromatic Colors of #F017BD
Black with #F017BD
Text Example
Text Example
White with #F017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017BD; }
p { color: rgb(240,23,189); }
H1.HeaderClassName
{
color: #F017BD;
}
.AnyTagClassName
{
color: #F017BD;
}
</style>
background-color css
<style>
a { background-color: #F017BD; }
a { background-color: rgb(240,23,189); }
div.DivClassName
{
background-color: #F017BD;
}
.BgClassName
{
background-color: #F017BD;
}
</style>
border-color css
<style>
span { border-color: #F017BD; }
span { border-color: rgb(240,23,189); }
td.TdClassName
{
border-color: #F017BD;
}
.TagClassName
{
border-color: #F017BD;
}
</style>