Shades of Deep Pink #FB10A1
Tints of Deep Pink #FB10A1
RGB
CMYK
RGB Variations
Color information
#FB10A1 (or 0xFB10A1) is known color: Deep Pink. HEX triplet: FB, 10 and A1. RGB value is (251,16,161). Sum of RGB (Red+Green+Blue) = 251+16+161=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB10A1 is #04EF5E. Grayscale: #666666. Windows color (decimal): -323423 or 10555643. OLE color: 10555643.
HSL color Cylindrical-coordinate representation of color #FB10A1: hue angle of 322.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB10A1 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 161 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.02 |
| HSL | 322.98º | 0.97% | 0.52% | - |
| HSV(B) | 322.98º | 0.94% | 0.98% | - |
| XYZ | 46.4 | 23.45 | 35.8 | - |
| YUV | 102.8 | 160.86 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 161 | 0 | 0.94 | 0.36 | 0.02 | 322.98 | 0.97 | 0.52 |
| Hex | FB | 10 | A1 | 0 | 5E | 24 | 2 | 143 | 61 | 34 |
| Octal | 373 | 20 | 241 | 0 | 136 | 44 | 2 | 503 | 141 | 64 |
| Binary | 11111011 | 10000 | 10100001 | 0 | 1011110 | 100100 | 10 | 101000011 | 1100001 | 110100 |
Color Harmonies of #FB10A1
Complementary color
Monochromatic Colors of #FB10A1
Black with #FB10A1
Text Example
Text Example
White with #FB10A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10A1; }
p { color: rgb(251,16,161); }
H1.HeaderClassName
{
color: #FB10A1;
}
.AnyTagClassName
{
color: #FB10A1;
}
</style>
background-color css
<style>
a { background-color: #FB10A1; }
a { background-color: rgb(251,16,161); }
div.DivClassName
{
background-color: #FB10A1;
}
.BgClassName
{
background-color: #FB10A1;
}
</style>
border-color css
<style>
span { border-color: #FB10A1; }
span { border-color: rgb(251,16,161); }
td.TdClassName
{
border-color: #FB10A1;
}
.TagClassName
{
border-color: #FB10A1;
}
</style>