Shades of Shocking Pink #FB18D4
Tints of Shocking Pink #FB18D4
RGB
CMYK
RGB Variations
Color information
#FB18D4 (or 0xFB18D4) is known color: Shocking Pink. HEX triplet: FB, 18 and D4. RGB value is (251,24,212). Sum of RGB (Red+Green+Blue) = 251+24+212=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18D4 is #04E72B. Grayscale: #707070. Windows color (decimal): -321324 or 13900027. OLE color: 13900027.
HSL color Cylindrical-coordinate representation of color #FB18D4: hue angle of 310.31º 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 #FB18D4 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.02 |
| HSL | 310.31º | 0.97% | 0.54% | - |
| HSV(B) | 310.31º | 0.9% | 0.98% | - |
| XYZ | 51.99 | 25.92 | 64.55 | - |
| YUV | 113.31 | 183.71 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 212 | 0 | 0.90 | 0.16 | 0.02 | 310.31 | 0.97 | 0.54 |
| Hex | FB | 18 | D4 | 0 | 5A | 10 | 2 | 136 | 61 | 36 |
| Octal | 373 | 30 | 324 | 0 | 132 | 20 | 2 | 466 | 141 | 66 |
| Binary | 11111011 | 11000 | 11010100 | 0 | 1011010 | 10000 | 10 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FB18D4
Complementary color
Monochromatic Colors of #FB18D4
Black with #FB18D4
Text Example
Text Example
White with #FB18D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18D4; }
p { color: rgb(251,24,212); }
H1.HeaderClassName
{
color: #FB18D4;
}
.AnyTagClassName
{
color: #FB18D4;
}
</style>
background-color css
<style>
a { background-color: #FB18D4; }
a { background-color: rgb(251,24,212); }
div.DivClassName
{
background-color: #FB18D4;
}
.BgClassName
{
background-color: #FB18D4;
}
</style>
border-color css
<style>
span { border-color: #FB18D4; }
span { border-color: rgb(251,24,212); }
td.TdClassName
{
border-color: #FB18D4;
}
.TagClassName
{
border-color: #FB18D4;
}
</style>