Shades of Deep Pink #FA0F99
Tints of Deep Pink #FA0F99
RGB
CMYK
RGB Variations
Color information
#FA0F99 (or 0xFA0F99) is known color: Deep Pink. HEX triplet: FA, 0F and 99. RGB value is (250,15,153). Sum of RGB (Red+Green+Blue) = 250+15+153=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F99 is #05F066. Grayscale: #646464. Windows color (decimal): -389223 or 10031098. OLE color: 10031098.
HSL color Cylindrical-coordinate representation of color #FA0F99: hue angle of 324.77º degrees, saturation: 0.96, 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 #FA0F99 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 153 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.02 |
| HSL | 324.77º | 0.96% | 0.52% | - |
| HSV(B) | 324.77º | 0.94% | 0.98% | - |
| XYZ | 45.34 | 22.97 | 32.18 | - |
| YUV | 101 | 157.36 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 153 | 0 | 0.94 | 0.39 | 0.02 | 324.77 | 0.96 | 0.52 |
| Hex | FA | F | 99 | 0 | 5E | 27 | 2 | 145 | 60 | 34 |
| Octal | 372 | 17 | 231 | 0 | 136 | 47 | 2 | 505 | 140 | 64 |
| Binary | 11111010 | 1111 | 10011001 | 0 | 1011110 | 100111 | 10 | 101000101 | 1100000 | 110100 |
Color Harmonies of #FA0F99
Complementary color
Monochromatic Colors of #FA0F99
Black with #FA0F99
Text Example
Text Example
White with #FA0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F99; }
p { color: rgb(250,15,153); }
H1.HeaderClassName
{
color: #FA0F99;
}
.AnyTagClassName
{
color: #FA0F99;
}
</style>
background-color css
<style>
a { background-color: #FA0F99; }
a { background-color: rgb(250,15,153); }
div.DivClassName
{
background-color: #FA0F99;
}
.BgClassName
{
background-color: #FA0F99;
}
</style>
border-color css
<style>
span { border-color: #FA0F99; }
span { border-color: rgb(250,15,153); }
td.TdClassName
{
border-color: #FA0F99;
}
.TagClassName
{
border-color: #FA0F99;
}
</style>