Shades of Shocking Pink #FB17CC
Tints of Shocking Pink #FB17CC
RGB
CMYK
RGB Variations
Color information
#FB17CC (or 0xFB17CC) is known color: Shocking Pink. HEX triplet: FB, 17 and CC. RGB value is (251,23,204). Sum of RGB (Red+Green+Blue) = 251+23+204=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17CC is #04E833. Grayscale: #6F6F6F. Windows color (decimal): -321588 or 13375483. OLE color: 13375483.
HSL color Cylindrical-coordinate representation of color #FB17CC: hue angle of 312.37º 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 #FB17CC is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 204 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.02 |
| HSL | 312.37º | 0.97% | 0.54% | - |
| HSV(B) | 312.37º | 0.91% | 0.98% | - |
| XYZ | 50.99 | 25.48 | 59.36 | - |
| YUV | 111.81 | 180.04 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 204 | 0 | 0.91 | 0.19 | 0.02 | 312.37 | 0.97 | 0.54 |
| Hex | FB | 17 | CC | 0 | 5B | 13 | 2 | 138 | 61 | 36 |
| Octal | 373 | 27 | 314 | 0 | 133 | 23 | 2 | 470 | 141 | 66 |
| Binary | 11111011 | 10111 | 11001100 | 0 | 1011011 | 10011 | 10 | 100111000 | 1100001 | 110110 |
Color Harmonies of #FB17CC
Complementary color
Monochromatic Colors of #FB17CC
Black with #FB17CC
Text Example
Text Example
White with #FB17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17CC; }
p { color: rgb(251,23,204); }
H1.HeaderClassName
{
color: #FB17CC;
}
.AnyTagClassName
{
color: #FB17CC;
}
</style>
background-color css
<style>
a { background-color: #FB17CC; }
a { background-color: rgb(251,23,204); }
div.DivClassName
{
background-color: #FB17CC;
}
.BgClassName
{
background-color: #FB17CC;
}
</style>
border-color css
<style>
span { border-color: #FB17CC; }
span { border-color: rgb(251,23,204); }
td.TdClassName
{
border-color: #FB17CC;
}
.TagClassName
{
border-color: #FB17CC;
}
</style>