Shades of Deep Pink #FA1099
Tints of Deep Pink #FA1099
RGB
CMYK
RGB Variations
Color information
#FA1099 (or 0xFA1099) is known color: Deep Pink. HEX triplet: FA, 10 and 99. RGB value is (250,16,153). Sum of RGB (Red+Green+Blue) = 250+16+153=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1099 is #05EF66. Grayscale: #656565. Windows color (decimal): -388967 or 10031354. OLE color: 10031354.
HSL color Cylindrical-coordinate representation of color #FA1099: hue angle of 324.87º 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 #FA1099 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 153 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.02 |
| HSL | 324.87º | 0.96% | 0.52% | - |
| HSV(B) | 324.87º | 0.94% | 0.98% | - |
| XYZ | 45.36 | 22.99 | 32.18 | - |
| YUV | 101.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 153 | 0 | 0.94 | 0.39 | 0.02 | 324.87 | 0.96 | 0.52 |
| Hex | FA | 10 | 99 | 0 | 5E | 27 | 2 | 145 | 60 | 34 |
| Octal | 372 | 20 | 231 | 0 | 136 | 47 | 2 | 505 | 140 | 64 |
| Binary | 11111010 | 10000 | 10011001 | 0 | 1011110 | 100111 | 10 | 101000101 | 1100000 | 110100 |
Color Harmonies of #FA1099
Complementary color
Monochromatic Colors of #FA1099
Black with #FA1099
Text Example
Text Example
White with #FA1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1099; }
p { color: rgb(250,16,153); }
H1.HeaderClassName
{
color: #FA1099;
}
.AnyTagClassName
{
color: #FA1099;
}
</style>
background-color css
<style>
a { background-color: #FA1099; }
a { background-color: rgb(250,16,153); }
div.DivClassName
{
background-color: #FA1099;
}
.BgClassName
{
background-color: #FA1099;
}
</style>
border-color css
<style>
span { border-color: #FA1099; }
span { border-color: rgb(250,16,153); }
td.TdClassName
{
border-color: #FA1099;
}
.TagClassName
{
border-color: #FA1099;
}
</style>