Shades of Shocking Pink #FB18D5
Tints of Shocking Pink #FB18D5
RGB
CMYK
RGB Variations
Color information
#FB18D5 (or 0xFB18D5) is known color: Shocking Pink. HEX triplet: FB, 18 and D5. RGB value is (251,24,213). Sum of RGB (Red+Green+Blue) = 251+24+213=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18D5 is #04E72A. Grayscale: #707070. Windows color (decimal): -321323 or 13965563. OLE color: 13965563.
HSL color Cylindrical-coordinate representation of color #FB18D5: hue angle of 310.04º 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 #FB18D5 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 213 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.02 |
| HSL | 310.04º | 0.97% | 0.54% | - |
| HSV(B) | 310.04º | 0.9% | 0.98% | - |
| XYZ | 52.12 | 25.97 | 65.22 | - |
| YUV | 113.42 | 184.21 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 213 | 0 | 0.90 | 0.15 | 0.02 | 310.04 | 0.97 | 0.54 |
| Hex | FB | 18 | D5 | 0 | 5A | F | 2 | 136 | 61 | 36 |
| Octal | 373 | 30 | 325 | 0 | 132 | 17 | 2 | 466 | 141 | 66 |
| Binary | 11111011 | 11000 | 11010101 | 0 | 1011010 | 1111 | 10 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FB18D5
Complementary color
Monochromatic Colors of #FB18D5
Black with #FB18D5
Text Example
Text Example
White with #FB18D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18D5; }
p { color: rgb(251,24,213); }
H1.HeaderClassName
{
color: #FB18D5;
}
.AnyTagClassName
{
color: #FB18D5;
}
</style>
background-color css
<style>
a { background-color: #FB18D5; }
a { background-color: rgb(251,24,213); }
div.DivClassName
{
background-color: #FB18D5;
}
.BgClassName
{
background-color: #FB18D5;
}
</style>
border-color css
<style>
span { border-color: #FB18D5; }
span { border-color: rgb(251,24,213); }
td.TdClassName
{
border-color: #FB18D5;
}
.TagClassName
{
border-color: #FB18D5;
}
</style>