Shades of Deep Pink #FB14A1
Tints of Deep Pink #FB14A1
RGB
CMYK
RGB Variations
Color information
#FB14A1 (or 0xFB14A1) is known color: Deep Pink. HEX triplet: FB, 14 and A1. RGB value is (251,20,161). Sum of RGB (Red+Green+Blue) = 251+20+161=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB14A1 is #04EB5E. Grayscale: #686868. Windows color (decimal): -322399 or 10556667. OLE color: 10556667.
HSL color Cylindrical-coordinate representation of color #FB14A1: hue angle of 323.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14A1 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 161 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.02 |
| HSL | 323.38º | 0.97% | 0.53% | - |
| HSV(B) | 323.38º | 0.92% | 0.98% | - |
| XYZ | 46.47 | 23.58 | 35.82 | - |
| YUV | 105.14 | 159.53 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 161 | 0 | 0.92 | 0.36 | 0.02 | 323.38 | 0.97 | 0.53 |
| Hex | FB | 14 | A1 | 0 | 5C | 24 | 2 | 143 | 61 | 35 |
| Octal | 373 | 24 | 241 | 0 | 134 | 44 | 2 | 503 | 141 | 65 |
| Binary | 11111011 | 10100 | 10100001 | 0 | 1011100 | 100100 | 10 | 101000011 | 1100001 | 110101 |
Color Harmonies of #FB14A1
Complementary color
Monochromatic Colors of #FB14A1
Black with #FB14A1
Text Example
Text Example
White with #FB14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14A1; }
p { color: rgb(251,20,161); }
H1.HeaderClassName
{
color: #FB14A1;
}
.AnyTagClassName
{
color: #FB14A1;
}
</style>
background-color css
<style>
a { background-color: #FB14A1; }
a { background-color: rgb(251,20,161); }
div.DivClassName
{
background-color: #FB14A1;
}
.BgClassName
{
background-color: #FB14A1;
}
</style>
border-color css
<style>
span { border-color: #FB14A1; }
span { border-color: rgb(251,20,161); }
td.TdClassName
{
border-color: #FB14A1;
}
.TagClassName
{
border-color: #FB14A1;
}
</style>