Shades of Shocking Pink #FB17CA
Tints of Shocking Pink #FB17CA
RGB
CMYK
RGB Variations
Color information
#FB17CA (or 0xFB17CA) is known color: Shocking Pink. HEX triplet: FB, 17 and CA. RGB value is (251,23,202). Sum of RGB (Red+Green+Blue) = 251+23+202=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17CA is #04E835. Grayscale: #6F6F6F. Windows color (decimal): -321590 or 13244411. OLE color: 13244411.
HSL color Cylindrical-coordinate representation of color #FB17CA: hue angle of 312.89º 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 #FB17CA is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 202 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.02 |
| HSL | 312.89º | 0.97% | 0.54% | - |
| HSV(B) | 312.89º | 0.91% | 0.98% | - |
| XYZ | 50.75 | 25.39 | 58.1 | - |
| YUV | 111.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 202 | 0 | 0.91 | 0.20 | 0.02 | 312.89 | 0.97 | 0.54 |
| Hex | FB | 17 | CA | 0 | 5B | 14 | 2 | 139 | 61 | 36 |
| Octal | 373 | 27 | 312 | 0 | 133 | 24 | 2 | 471 | 141 | 66 |
| Binary | 11111011 | 10111 | 11001010 | 0 | 1011011 | 10100 | 10 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FB17CA
Complementary color
Monochromatic Colors of #FB17CA
Black with #FB17CA
Text Example
Text Example
White with #FB17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17CA; }
p { color: rgb(251,23,202); }
H1.HeaderClassName
{
color: #FB17CA;
}
.AnyTagClassName
{
color: #FB17CA;
}
</style>
background-color css
<style>
a { background-color: #FB17CA; }
a { background-color: rgb(251,23,202); }
div.DivClassName
{
background-color: #FB17CA;
}
.BgClassName
{
background-color: #FB17CA;
}
</style>
border-color css
<style>
span { border-color: #FB17CA; }
span { border-color: rgb(251,23,202); }
td.TdClassName
{
border-color: #FB17CA;
}
.TagClassName
{
border-color: #FB17CA;
}
</style>