Shades of Shocking Pink #F917BA
Tints of Shocking Pink #F917BA
RGB
CMYK
RGB Variations
Color information
#F917BA (or 0xF917BA) is known color: Shocking Pink. HEX triplet: F9, 17 and BA. RGB value is (249,23,186). Sum of RGB (Red+Green+Blue) = 249+23+186=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F917BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917BA is #06E845. Grayscale: #6C6C6C. Windows color (decimal): -452678 or 12195833. OLE color: 12195833.
HSL color Cylindrical-coordinate representation of color #F917BA: hue angle of 316.73º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917BA is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 186 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.02 |
| HSL | 316.73º | 0.95% | 0.53% | - |
| HSV(B) | 316.73º | 0.91% | 0.98% | - |
| XYZ | 48.24 | 24.3 | 48.6 | - |
| YUV | 109.16 | 171.37 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 186 | 0 | 0.91 | 0.25 | 0.02 | 316.73 | 0.95 | 0.53 |
| Hex | F9 | 17 | BA | 0 | 5B | 19 | 2 | 13D | 5F | 35 |
| Octal | 371 | 27 | 272 | 0 | 133 | 31 | 2 | 475 | 137 | 65 |
| Binary | 11111001 | 10111 | 10111010 | 0 | 1011011 | 11001 | 10 | 100111101 | 1011111 | 110101 |
Color Harmonies of #F917BA
Complementary color
Monochromatic Colors of #F917BA
Black with #F917BA
Text Example
Text Example
White with #F917BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917BA; }
p { color: rgb(249,23,186); }
H1.HeaderClassName
{
color: #F917BA;
}
.AnyTagClassName
{
color: #F917BA;
}
</style>
background-color css
<style>
a { background-color: #F917BA; }
a { background-color: rgb(249,23,186); }
div.DivClassName
{
background-color: #F917BA;
}
.BgClassName
{
background-color: #F917BA;
}
</style>
border-color css
<style>
span { border-color: #F917BA; }
span { border-color: rgb(249,23,186); }
td.TdClassName
{
border-color: #F917BA;
}
.TagClassName
{
border-color: #F917BA;
}
</style>