Shades of Shocking Pink #FB1ADA
Tints of Shocking Pink #FB1ADA
RGB
CMYK
RGB Variations
Color information
#FB1ADA (or 0xFB1ADA) is known color: Shocking Pink. HEX triplet: FB, 1A and DA. RGB value is (251,26,218). Sum of RGB (Red+Green+Blue) = 251+26+218=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ADA is #04E525. Grayscale: #727272. Windows color (decimal): -320806 or 14293755. OLE color: 14293755.
HSL color Cylindrical-coordinate representation of color #FB1ADA: hue angle of 308.8º 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 #FB1ADA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 218 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.02 |
| HSL | 308.8º | 0.97% | 0.54% | - |
| HSV(B) | 308.8º | 0.9% | 0.98% | - |
| XYZ | 52.81 | 26.31 | 68.62 | - |
| YUV | 115.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 218 | 0 | 0.90 | 0.13 | 0.02 | 308.8 | 0.97 | 0.54 |
| Hex | FB | 1A | DA | 0 | 5A | D | 2 | 135 | 61 | 36 |
| Octal | 373 | 32 | 332 | 0 | 132 | 15 | 2 | 465 | 141 | 66 |
| Binary | 11111011 | 11010 | 11011010 | 0 | 1011010 | 1101 | 10 | 100110101 | 1100001 | 110110 |
Color Harmonies of #FB1ADA
Complementary color
Monochromatic Colors of #FB1ADA
Black with #FB1ADA
Text Example
Text Example
White with #FB1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1ADA; }
p { color: rgb(251,26,218); }
H1.HeaderClassName
{
color: #FB1ADA;
}
.AnyTagClassName
{
color: #FB1ADA;
}
</style>
background-color css
<style>
a { background-color: #FB1ADA; }
a { background-color: rgb(251,26,218); }
div.DivClassName
{
background-color: #FB1ADA;
}
.BgClassName
{
background-color: #FB1ADA;
}
</style>
border-color css
<style>
span { border-color: #FB1ADA; }
span { border-color: rgb(251,26,218); }
td.TdClassName
{
border-color: #FB1ADA;
}
.TagClassName
{
border-color: #FB1ADA;
}
</style>