Shades of Shocking Pink #FA1ADB
Tints of Shocking Pink #FA1ADB
RGB
CMYK
RGB Variations
Color information
#FA1ADB (or 0xFA1ADB) is known color: Shocking Pink. HEX triplet: FA, 1A and DB. RGB value is (250,26,219). Sum of RGB (Red+Green+Blue) = 250+26+219=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ADB is #05E524. Grayscale: #727272. Windows color (decimal): -386341 or 14359290. OLE color: 14359290.
HSL color Cylindrical-coordinate representation of color #FA1ADB: hue angle of 308.3º degrees, saturation: 0.96, 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 #FA1ADB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.3º | 0.96% | 0.54% | - |
| HSV(B) | 308.3º | 0.9% | 0.98% | - |
| XYZ | 52.58 | 26.18 | 69.3 | - |
| YUV | 114.98 | 186.71 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 219 | 0 | 0.90 | 0.12 | 0.02 | 308.3 | 0.96 | 0.54 |
| Hex | FA | 1A | DB | 0 | 5A | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 32 | 333 | 0 | 132 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 11010 | 11011011 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA1ADB
Complementary color
Monochromatic Colors of #FA1ADB
Black with #FA1ADB
Text Example
Text Example
White with #FA1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ADB; }
p { color: rgb(250,26,219); }
H1.HeaderClassName
{
color: #FA1ADB;
}
.AnyTagClassName
{
color: #FA1ADB;
}
</style>
background-color css
<style>
a { background-color: #FA1ADB; }
a { background-color: rgb(250,26,219); }
div.DivClassName
{
background-color: #FA1ADB;
}
.BgClassName
{
background-color: #FA1ADB;
}
</style>
border-color css
<style>
span { border-color: #FA1ADB; }
span { border-color: rgb(250,26,219); }
td.TdClassName
{
border-color: #FA1ADB;
}
.TagClassName
{
border-color: #FA1ADB;
}
</style>