Shades of Deep Pink #FB10A0
Tints of Deep Pink #FB10A0
RGB
CMYK
RGB Variations
Color information
#FB10A0 (or 0xFB10A0) is known color: Deep Pink. HEX triplet: FB, 10 and A0. RGB value is (251,16,160). Sum of RGB (Red+Green+Blue) = 251+16+160=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB10A0 is #04EF5F. Grayscale: #666666. Windows color (decimal): -323424 or 10490107. OLE color: 10490107.
HSL color Cylindrical-coordinate representation of color #FB10A0: hue angle of 323.23º 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 #FB10A0 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 160 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.02 |
| HSL | 323.23º | 0.97% | 0.52% | - |
| HSV(B) | 323.23º | 0.94% | 0.98% | - |
| XYZ | 46.31 | 23.42 | 35.34 | - |
| YUV | 102.68 | 160.36 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 160 | 0 | 0.94 | 0.36 | 0.02 | 323.23 | 0.97 | 0.52 |
| Hex | FB | 10 | A0 | 0 | 5E | 24 | 2 | 143 | 61 | 34 |
| Octal | 373 | 20 | 240 | 0 | 136 | 44 | 2 | 503 | 141 | 64 |
| Binary | 11111011 | 10000 | 10100000 | 0 | 1011110 | 100100 | 10 | 101000011 | 1100001 | 110100 |
Color Harmonies of #FB10A0
Complementary color
Monochromatic Colors of #FB10A0
Black with #FB10A0
Text Example
Text Example
White with #FB10A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10A0; }
p { color: rgb(251,16,160); }
H1.HeaderClassName
{
color: #FB10A0;
}
.AnyTagClassName
{
color: #FB10A0;
}
</style>
background-color css
<style>
a { background-color: #FB10A0; }
a { background-color: rgb(251,16,160); }
div.DivClassName
{
background-color: #FB10A0;
}
.BgClassName
{
background-color: #FB10A0;
}
</style>
border-color css
<style>
span { border-color: #FB10A0; }
span { border-color: rgb(251,16,160); }
td.TdClassName
{
border-color: #FB10A0;
}
.TagClassName
{
border-color: #FB10A0;
}
</style>