Shades of Shocking Pink #F917BD
Tints of Shocking Pink #F917BD
RGB
CMYK
RGB Variations
Color information
#F917BD (or 0xF917BD) is known color: Shocking Pink. HEX triplet: F9, 17 and BD. RGB value is (249,23,189). Sum of RGB (Red+Green+Blue) = 249+23+189=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F917BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917BD is #06E842. Grayscale: #6D6D6D. Windows color (decimal): -452675 or 12392441. OLE color: 12392441.
HSL color Cylindrical-coordinate representation of color #F917BD: hue angle of 315.93º 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 #F917BD is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 189 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.02 |
| HSL | 315.93º | 0.95% | 0.53% | - |
| HSV(B) | 315.93º | 0.91% | 0.98% | - |
| XYZ | 48.56 | 24.43 | 50.3 | - |
| YUV | 109.5 | 172.87 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 189 | 0 | 0.91 | 0.24 | 0.02 | 315.93 | 0.95 | 0.53 |
| Hex | F9 | 17 | BD | 0 | 5B | 18 | 2 | 13C | 5F | 35 |
| Octal | 371 | 27 | 275 | 0 | 133 | 30 | 2 | 474 | 137 | 65 |
| Binary | 11111001 | 10111 | 10111101 | 0 | 1011011 | 11000 | 10 | 100111100 | 1011111 | 110101 |
Color Harmonies of #F917BD
Complementary color
Monochromatic Colors of #F917BD
Black with #F917BD
Text Example
Text Example
White with #F917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917BD; }
p { color: rgb(249,23,189); }
H1.HeaderClassName
{
color: #F917BD;
}
.AnyTagClassName
{
color: #F917BD;
}
</style>
background-color css
<style>
a { background-color: #F917BD; }
a { background-color: rgb(249,23,189); }
div.DivClassName
{
background-color: #F917BD;
}
.BgClassName
{
background-color: #F917BD;
}
</style>
border-color css
<style>
span { border-color: #F917BD; }
span { border-color: rgb(249,23,189); }
td.TdClassName
{
border-color: #F917BD;
}
.TagClassName
{
border-color: #F917BD;
}
</style>