Shades of Deep Pink #FA0B99
Tints of Deep Pink #FA0B99
RGB
CMYK
RGB Variations
Color information
#FA0B99 (or 0xFA0B99) is known color: Deep Pink. HEX triplet: FA, 0B and 99. RGB value is (250,11,153). Sum of RGB (Red+Green+Blue) = 250+11+153=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B99 is #05F466. Grayscale: #626262. Windows color (decimal): -390247 or 10030074. OLE color: 10030074.
HSL color Cylindrical-coordinate representation of color #FA0B99: hue angle of 324.35º 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 #FA0B99 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 153 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.02 |
| HSL | 324.35º | 0.96% | 0.51% | - |
| HSV(B) | 324.35º | 0.96% | 0.98% | - |
| XYZ | 45.29 | 22.86 | 32.16 | - |
| YUV | 98.65 | 158.68 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 153 | 0 | 0.96 | 0.39 | 0.02 | 324.35 | 0.96 | 0.51 |
| Hex | FA | B | 99 | 0 | 60 | 27 | 2 | 144 | 60 | 33 |
| Octal | 372 | 13 | 231 | 0 | 140 | 47 | 2 | 504 | 140 | 63 |
| Binary | 11111010 | 1011 | 10011001 | 0 | 1100000 | 100111 | 10 | 101000100 | 1100000 | 110011 |
Color Harmonies of #FA0B99
Complementary color
Monochromatic Colors of #FA0B99
Black with #FA0B99
Text Example
Text Example
White with #FA0B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B99; }
p { color: rgb(250,11,153); }
H1.HeaderClassName
{
color: #FA0B99;
}
.AnyTagClassName
{
color: #FA0B99;
}
</style>
background-color css
<style>
a { background-color: #FA0B99; }
a { background-color: rgb(250,11,153); }
div.DivClassName
{
background-color: #FA0B99;
}
.BgClassName
{
background-color: #FA0B99;
}
</style>
border-color css
<style>
span { border-color: #FA0B99; }
span { border-color: rgb(250,11,153); }
td.TdClassName
{
border-color: #FA0B99;
}
.TagClassName
{
border-color: #FA0B99;
}
</style>