Shades of Shocking Pink #FB17BA
Tints of Shocking Pink #FB17BA
RGB
CMYK
RGB Variations
Color information
#FB17BA (or 0xFB17BA) is known color: Shocking Pink. HEX triplet: FB, 17 and BA. RGB value is (251,23,186). Sum of RGB (Red+Green+Blue) = 251+23+186=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17BA is #04E845. Grayscale: #6D6D6D. Windows color (decimal): -321606 or 12195835. OLE color: 12195835.
HSL color Cylindrical-coordinate representation of color #FB17BA: hue angle of 317.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB17BA is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 186 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.02 |
| HSL | 317.11º | 0.97% | 0.54% | - |
| HSV(B) | 317.11º | 0.91% | 0.98% | - |
| XYZ | 48.95 | 24.67 | 48.64 | - |
| YUV | 109.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 186 | 0 | 0.91 | 0.26 | 0.02 | 317.11 | 0.97 | 0.54 |
| Hex | FB | 17 | BA | 0 | 5B | 1A | 2 | 13D | 61 | 36 |
| Octal | 373 | 27 | 272 | 0 | 133 | 32 | 2 | 475 | 141 | 66 |
| Binary | 11111011 | 10111 | 10111010 | 0 | 1011011 | 11010 | 10 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FB17BA
Complementary color
Monochromatic Colors of #FB17BA
Black with #FB17BA
Text Example
Text Example
White with #FB17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17BA; }
p { color: rgb(251,23,186); }
H1.HeaderClassName
{
color: #FB17BA;
}
.AnyTagClassName
{
color: #FB17BA;
}
</style>
background-color css
<style>
a { background-color: #FB17BA; }
a { background-color: rgb(251,23,186); }
div.DivClassName
{
background-color: #FB17BA;
}
.BgClassName
{
background-color: #FB17BA;
}
</style>
border-color css
<style>
span { border-color: #FB17BA; }
span { border-color: rgb(251,23,186); }
td.TdClassName
{
border-color: #FB17BA;
}
.TagClassName
{
border-color: #FB17BA;
}
</style>