Shades of Deep Pink #FB1A8C
Tints of Deep Pink #FB1A8C
RGB
CMYK
RGB Variations
Color information
#FB1A8C (or 0xFB1A8C) is known color: Deep Pink. HEX triplet: FB, 1A and 8C. RGB value is (251,26,140). Sum of RGB (Red+Green+Blue) = 251+26+140=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1A8C is #04E573. Grayscale: #6A6A6A. Windows color (decimal): -320884 or 9181947. OLE color: 9181947.
HSL color Cylindrical-coordinate representation of color #FB1A8C: hue angle of 329.6º 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 #FB1A8C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 140 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.6º | 0.97% | 0.54% | - |
| HSV(B) | 329.6º | 0.9% | 0.98% | - |
| XYZ | 44.89 | 23.14 | 26.91 | - |
| YUV | 106.27 | 147.04 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 140 | 0 | 0.90 | 0.44 | 0.02 | 329.6 | 0.97 | 0.54 |
| Hex | FB | 1A | 8C | 0 | 5A | 2C | 2 | 14A | 61 | 36 |
| Octal | 373 | 32 | 214 | 0 | 132 | 54 | 2 | 512 | 141 | 66 |
| Binary | 11111011 | 11010 | 10001100 | 0 | 1011010 | 101100 | 10 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FB1A8C
Complementary color
Monochromatic Colors of #FB1A8C
Black with #FB1A8C
Text Example
Text Example
White with #FB1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A8C; }
p { color: rgb(251,26,140); }
H1.HeaderClassName
{
color: #FB1A8C;
}
.AnyTagClassName
{
color: #FB1A8C;
}
</style>
background-color css
<style>
a { background-color: #FB1A8C; }
a { background-color: rgb(251,26,140); }
div.DivClassName
{
background-color: #FB1A8C;
}
.BgClassName
{
background-color: #FB1A8C;
}
</style>
border-color css
<style>
span { border-color: #FB1A8C; }
span { border-color: rgb(251,26,140); }
td.TdClassName
{
border-color: #FB1A8C;
}
.TagClassName
{
border-color: #FB1A8C;
}
</style>