Shades of Deep Pink #FA117F
Tints of Deep Pink #FA117F
RGB
CMYK
RGB Variations
Color information
#FA117F (or 0xFA117F) is known color: Deep Pink. HEX triplet: FA, 11 and 7F. RGB value is (250,17,127). Sum of RGB (Red+Green+Blue) = 250+17+127=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA117F is #05EE80. Grayscale: #636363. Windows color (decimal): -388737 or 8327674. OLE color: 8327674.
HSL color Cylindrical-coordinate representation of color #FA117F: hue angle of 331.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA117F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.02 |
| HSL | 331.67º | 0.96% | 0.52% | - |
| HSV(B) | 331.67º | 0.93% | 0.98% | - |
| XYZ | 43.46 | 22.26 | 22.08 | - |
| YUV | 99.21 | 143.69 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 127 | 0 | 0.93 | 0.49 | 0.02 | 331.67 | 0.96 | 0.52 |
| Hex | FA | 11 | 7F | 0 | 5D | 31 | 2 | 14C | 60 | 34 |
| Octal | 372 | 21 | 177 | 0 | 135 | 61 | 2 | 514 | 140 | 64 |
| Binary | 11111010 | 10001 | 1111111 | 0 | 1011101 | 110001 | 10 | 101001100 | 1100000 | 110100 |
Color Harmonies of #FA117F
Complementary color
Monochromatic Colors of #FA117F
Black with #FA117F
Text Example
Text Example
White with #FA117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA117F; }
p { color: rgb(250,17,127); }
H1.HeaderClassName
{
color: #FA117F;
}
.AnyTagClassName
{
color: #FA117F;
}
</style>
background-color css
<style>
a { background-color: #FA117F; }
a { background-color: rgb(250,17,127); }
div.DivClassName
{
background-color: #FA117F;
}
.BgClassName
{
background-color: #FA117F;
}
</style>
border-color css
<style>
span { border-color: #FA117F; }
span { border-color: rgb(250,17,127); }
td.TdClassName
{
border-color: #FA117F;
}
.TagClassName
{
border-color: #FA117F;
}
</style>