Shades of Deep Pink #FA0B96
Tints of Deep Pink #FA0B96
RGB
CMYK
RGB Variations
Color information
#FA0B96 (or 0xFA0B96) is known color: Deep Pink. HEX triplet: FA, 0B and 96. RGB value is (250,11,150). Sum of RGB (Red+Green+Blue) = 250+11+150=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B96 is #05F469. Grayscale: #616161. Windows color (decimal): -390250 or 9833466. OLE color: 9833466.
HSL color Cylindrical-coordinate representation of color #FA0B96: hue angle of 325.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B96 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 150 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.02 |
| HSL | 325.1º | 0.96% | 0.51% | - |
| HSV(B) | 325.1º | 0.96% | 0.98% | - |
| XYZ | 45.05 | 22.77 | 30.87 | - |
| YUV | 98.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 150 | 0 | 0.96 | 0.4 | 0.02 | 325.1 | 0.96 | 0.51 |
| Hex | FA | B | 96 | 0 | 60 | 28 | 2 | 145 | 60 | 33 |
| Octal | 372 | 13 | 226 | 0 | 140 | 50 | 2 | 505 | 140 | 63 |
| Binary | 11111010 | 1011 | 10010110 | 0 | 1100000 | 101000 | 10 | 101000101 | 1100000 | 110011 |
Color Harmonies of #FA0B96
Complementary color
Monochromatic Colors of #FA0B96
Black with #FA0B96
Text Example
Text Example
White with #FA0B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B96; }
p { color: rgb(250,11,150); }
H1.HeaderClassName
{
color: #FA0B96;
}
.AnyTagClassName
{
color: #FA0B96;
}
</style>
background-color css
<style>
a { background-color: #FA0B96; }
a { background-color: rgb(250,11,150); }
div.DivClassName
{
background-color: #FA0B96;
}
.BgClassName
{
background-color: #FA0B96;
}
</style>
border-color css
<style>
span { border-color: #FA0B96; }
span { border-color: rgb(250,11,150); }
td.TdClassName
{
border-color: #FA0B96;
}
.TagClassName
{
border-color: #FA0B96;
}
</style>