Shades of Deep Pink #FA178A
Tints of Deep Pink #FA178A
RGB
CMYK
RGB Variations
Color information
#FA178A (or 0xFA178A) is known color: Deep Pink. HEX triplet: FA, 17 and 8A. RGB value is (250,23,138). Sum of RGB (Red+Green+Blue) = 250+23+138=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA178A is #05E875. Grayscale: #676767. Windows color (decimal): -387190 or 9050106. OLE color: 9050106.
HSL color Cylindrical-coordinate representation of color #FA178A: hue angle of 329.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA178A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.02 |
| HSL | 329.6º | 0.96% | 0.54% | - |
| HSV(B) | 329.6º | 0.91% | 0.98% | - |
| XYZ | 44.32 | 22.77 | 26.1 | - |
| YUV | 103.98 | 147.21 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 138 | 0 | 0.91 | 0.45 | 0.02 | 329.6 | 0.96 | 0.54 |
| Hex | FA | 17 | 8A | 0 | 5B | 2D | 2 | 14A | 60 | 36 |
| Octal | 372 | 27 | 212 | 0 | 133 | 55 | 2 | 512 | 140 | 66 |
| Binary | 11111010 | 10111 | 10001010 | 0 | 1011011 | 101101 | 10 | 101001010 | 1100000 | 110110 |
Color Harmonies of #FA178A
Complementary color
Monochromatic Colors of #FA178A
Black with #FA178A
Text Example
Text Example
White with #FA178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA178A; }
p { color: rgb(250,23,138); }
H1.HeaderClassName
{
color: #FA178A;
}
.AnyTagClassName
{
color: #FA178A;
}
</style>
background-color css
<style>
a { background-color: #FA178A; }
a { background-color: rgb(250,23,138); }
div.DivClassName
{
background-color: #FA178A;
}
.BgClassName
{
background-color: #FA178A;
}
</style>
border-color css
<style>
span { border-color: #FA178A; }
span { border-color: rgb(250,23,138); }
td.TdClassName
{
border-color: #FA178A;
}
.TagClassName
{
border-color: #FA178A;
}
</style>