Shades of Shocking Pink #FB18C2
Tints of Shocking Pink #FB18C2
RGB
CMYK
RGB Variations
Color information
#FB18C2 (or 0xFB18C2) is known color: Shocking Pink. HEX triplet: FB, 18 and C2. RGB value is (251,24,194). Sum of RGB (Red+Green+Blue) = 251+24+194=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18C2 is #04E73D. Grayscale: #6E6E6E. Windows color (decimal): -321342 or 12720379. OLE color: 12720379.
HSL color Cylindrical-coordinate representation of color #FB18C2: hue angle of 315.07º 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 #FB18C2 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 194 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.02 |
| HSL | 315.07º | 0.97% | 0.54% | - |
| HSV(B) | 315.07º | 0.9% | 0.98% | - |
| XYZ | 49.85 | 25.06 | 53.25 | - |
| YUV | 111.25 | 174.71 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 194 | 0 | 0.90 | 0.23 | 0.02 | 315.07 | 0.97 | 0.54 |
| Hex | FB | 18 | C2 | 0 | 5A | 17 | 2 | 13B | 61 | 36 |
| Octal | 373 | 30 | 302 | 0 | 132 | 27 | 2 | 473 | 141 | 66 |
| Binary | 11111011 | 11000 | 11000010 | 0 | 1011010 | 10111 | 10 | 100111011 | 1100001 | 110110 |
Color Harmonies of #FB18C2
Complementary color
Monochromatic Colors of #FB18C2
Black with #FB18C2
Text Example
Text Example
White with #FB18C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18C2; }
p { color: rgb(251,24,194); }
H1.HeaderClassName
{
color: #FB18C2;
}
.AnyTagClassName
{
color: #FB18C2;
}
</style>
background-color css
<style>
a { background-color: #FB18C2; }
a { background-color: rgb(251,24,194); }
div.DivClassName
{
background-color: #FB18C2;
}
.BgClassName
{
background-color: #FB18C2;
}
</style>
border-color css
<style>
span { border-color: #FB18C2; }
span { border-color: rgb(251,24,194); }
td.TdClassName
{
border-color: #FB18C2;
}
.TagClassName
{
border-color: #FB18C2;
}
</style>