Shades of Deep Pink #FA108F
Tints of Deep Pink #FA108F
RGB
CMYK
RGB Variations
Color information
#FA108F (or 0xFA108F) is known color: Deep Pink. HEX triplet: FA, 10 and 8F. RGB value is (250,16,143). Sum of RGB (Red+Green+Blue) = 250+16+143=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA108F is #05EF70. Grayscale: #646464. Windows color (decimal): -388977 or 9375994. OLE color: 9375994.
HSL color Cylindrical-coordinate representation of color #FA108F: hue angle of 327.44º 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 #FA108F is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 143 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.02 |
| HSL | 327.44º | 0.96% | 0.52% | - |
| HSV(B) | 327.44º | 0.94% | 0.98% | - |
| XYZ | 44.57 | 22.68 | 28.01 | - |
| YUV | 100.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 143 | 0 | 0.94 | 0.43 | 0.02 | 327.44 | 0.96 | 0.52 |
| Hex | FA | 10 | 8F | 0 | 5E | 2B | 2 | 147 | 60 | 34 |
| Octal | 372 | 20 | 217 | 0 | 136 | 53 | 2 | 507 | 140 | 64 |
| Binary | 11111010 | 10000 | 10001111 | 0 | 1011110 | 101011 | 10 | 101000111 | 1100000 | 110100 |
Color Harmonies of #FA108F
Complementary color
Monochromatic Colors of #FA108F
Black with #FA108F
Text Example
Text Example
White with #FA108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA108F; }
p { color: rgb(250,16,143); }
H1.HeaderClassName
{
color: #FA108F;
}
.AnyTagClassName
{
color: #FA108F;
}
</style>
background-color css
<style>
a { background-color: #FA108F; }
a { background-color: rgb(250,16,143); }
div.DivClassName
{
background-color: #FA108F;
}
.BgClassName
{
background-color: #FA108F;
}
</style>
border-color css
<style>
span { border-color: #FA108F; }
span { border-color: rgb(250,16,143); }
td.TdClassName
{
border-color: #FA108F;
}
.TagClassName
{
border-color: #FA108F;
}
</style>