Shades of Shocking Pink #FB18C1
Tints of Shocking Pink #FB18C1
RGB
CMYK
RGB Variations
Color information
#FB18C1 (or 0xFB18C1) is known color: Shocking Pink. HEX triplet: FB, 18 and C1. RGB value is (251,24,193). Sum of RGB (Red+Green+Blue) = 251+24+193=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18C1 is #04E73E. Grayscale: #6E6E6E. Windows color (decimal): -321343 or 12654843. OLE color: 12654843.
HSL color Cylindrical-coordinate representation of color #FB18C1: hue angle of 315.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18C1 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 193 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.02 |
| HSL | 315.33º | 0.97% | 0.54% | - |
| HSV(B) | 315.33º | 0.9% | 0.98% | - |
| XYZ | 49.74 | 25.01 | 52.66 | - |
| YUV | 111.14 | 174.21 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 193 | 0 | 0.90 | 0.23 | 0.02 | 315.33 | 0.97 | 0.54 |
| Hex | FB | 18 | C1 | 0 | 5A | 17 | 2 | 13B | 61 | 36 |
| Octal | 373 | 30 | 301 | 0 | 132 | 27 | 2 | 473 | 141 | 66 |
| Binary | 11111011 | 11000 | 11000001 | 0 | 1011010 | 10111 | 10 | 100111011 | 1100001 | 110110 |
Color Harmonies of #FB18C1
Complementary color
Monochromatic Colors of #FB18C1
Black with #FB18C1
Text Example
Text Example
White with #FB18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18C1; }
p { color: rgb(251,24,193); }
H1.HeaderClassName
{
color: #FB18C1;
}
.AnyTagClassName
{
color: #FB18C1;
}
</style>
background-color css
<style>
a { background-color: #FB18C1; }
a { background-color: rgb(251,24,193); }
div.DivClassName
{
background-color: #FB18C1;
}
.BgClassName
{
background-color: #FB18C1;
}
</style>
border-color css
<style>
span { border-color: #FB18C1; }
span { border-color: rgb(251,24,193); }
td.TdClassName
{
border-color: #FB18C1;
}
.TagClassName
{
border-color: #FB18C1;
}
</style>