Shades of Deep Pink #FA178E
Tints of Deep Pink #FA178E
RGB
CMYK
RGB Variations
Color information
#FA178E (or 0xFA178E) is known color: Deep Pink. HEX triplet: FA, 17 and 8E. RGB value is (250,23,142). Sum of RGB (Red+Green+Blue) = 250+23+142=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA178E is #05E871. Grayscale: #686868. Windows color (decimal): -387186 or 9312250. OLE color: 9312250.
HSL color Cylindrical-coordinate representation of color #FA178E: hue angle of 328.55º 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 #FA178E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 142 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.02 |
| HSL | 328.55º | 0.96% | 0.54% | - |
| HSV(B) | 328.55º | 0.91% | 0.98% | - |
| XYZ | 44.61 | 22.89 | 27.66 | - |
| YUV | 104.44 | 149.21 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 142 | 0 | 0.91 | 0.43 | 0.02 | 328.55 | 0.96 | 0.54 |
| Hex | FA | 17 | 8E | 0 | 5B | 2B | 2 | 149 | 60 | 36 |
| Octal | 372 | 27 | 216 | 0 | 133 | 53 | 2 | 511 | 140 | 66 |
| Binary | 11111010 | 10111 | 10001110 | 0 | 1011011 | 101011 | 10 | 101001001 | 1100000 | 110110 |
Color Harmonies of #FA178E
Complementary color
Monochromatic Colors of #FA178E
Black with #FA178E
Text Example
Text Example
White with #FA178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA178E; }
p { color: rgb(250,23,142); }
H1.HeaderClassName
{
color: #FA178E;
}
.AnyTagClassName
{
color: #FA178E;
}
</style>
background-color css
<style>
a { background-color: #FA178E; }
a { background-color: rgb(250,23,142); }
div.DivClassName
{
background-color: #FA178E;
}
.BgClassName
{
background-color: #FA178E;
}
</style>
border-color css
<style>
span { border-color: #FA178E; }
span { border-color: rgb(250,23,142); }
td.TdClassName
{
border-color: #FA178E;
}
.TagClassName
{
border-color: #FA178E;
}
</style>