Shades of Deep Pink #FA107D
Tints of Deep Pink #FA107D
RGB
CMYK
RGB Variations
Color information
#FA107D (or 0xFA107D) is known color: Deep Pink. HEX triplet: FA, 10 and 7D. RGB value is (250,16,125). Sum of RGB (Red+Green+Blue) = 250+16+125=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA107D is #05EF82. Grayscale: #626262. Windows color (decimal): -388995 or 8196346. OLE color: 8196346.
HSL color Cylindrical-coordinate representation of color #FA107D: hue angle of 332.05º 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 #FA107D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.02 |
| HSL | 332.05º | 0.96% | 0.52% | - |
| HSV(B) | 332.05º | 0.94% | 0.98% | - |
| XYZ | 43.31 | 22.18 | 21.4 | - |
| YUV | 98.39 | 143.02 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 125 | 0 | 0.94 | 0.50 | 0.02 | 332.05 | 0.96 | 0.52 |
| Hex | FA | 10 | 7D | 0 | 5E | 32 | 2 | 14C | 60 | 34 |
| Octal | 372 | 20 | 175 | 0 | 136 | 62 | 2 | 514 | 140 | 64 |
| Binary | 11111010 | 10000 | 1111101 | 0 | 1011110 | 110010 | 10 | 101001100 | 1100000 | 110100 |
Color Harmonies of #FA107D
Complementary color
Monochromatic Colors of #FA107D
Black with #FA107D
Text Example
Text Example
White with #FA107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA107D; }
p { color: rgb(250,16,125); }
H1.HeaderClassName
{
color: #FA107D;
}
.AnyTagClassName
{
color: #FA107D;
}
</style>
background-color css
<style>
a { background-color: #FA107D; }
a { background-color: rgb(250,16,125); }
div.DivClassName
{
background-color: #FA107D;
}
.BgClassName
{
background-color: #FA107D;
}
</style>
border-color css
<style>
span { border-color: #FA107D; }
span { border-color: rgb(250,16,125); }
td.TdClassName
{
border-color: #FA107D;
}
.TagClassName
{
border-color: #FA107D;
}
</style>