Shades of Deep Pink #FA179B
Tints of Deep Pink #FA179B
RGB
CMYK
RGB Variations
Color information
#FA179B (or 0xFA179B) is known color: Deep Pink. HEX triplet: FA, 17 and 9B. RGB value is (250,23,155). Sum of RGB (Red+Green+Blue) = 250+23+155=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA179B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA179B is #05E864. Grayscale: #696969. Windows color (decimal): -387173 or 10164218. OLE color: 10164218.
HSL color Cylindrical-coordinate representation of color #FA179B: hue angle of 325.11º 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 #FA179B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 155 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.02 |
| HSL | 325.11º | 0.96% | 0.54% | - |
| HSV(B) | 325.11º | 0.91% | 0.98% | - |
| XYZ | 45.65 | 23.3 | 33.1 | - |
| YUV | 105.92 | 155.71 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 155 | 0 | 0.91 | 0.38 | 0.02 | 325.11 | 0.96 | 0.54 |
| Hex | FA | 17 | 9B | 0 | 5B | 26 | 2 | 145 | 60 | 36 |
| Octal | 372 | 27 | 233 | 0 | 133 | 46 | 2 | 505 | 140 | 66 |
| Binary | 11111010 | 10111 | 10011011 | 0 | 1011011 | 100110 | 10 | 101000101 | 1100000 | 110110 |
Color Harmonies of #FA179B
Complementary color
Monochromatic Colors of #FA179B
Black with #FA179B
Text Example
Text Example
White with #FA179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA179B; }
p { color: rgb(250,23,155); }
H1.HeaderClassName
{
color: #FA179B;
}
.AnyTagClassName
{
color: #FA179B;
}
</style>
background-color css
<style>
a { background-color: #FA179B; }
a { background-color: rgb(250,23,155); }
div.DivClassName
{
background-color: #FA179B;
}
.BgClassName
{
background-color: #FA179B;
}
</style>
border-color css
<style>
span { border-color: #FA179B; }
span { border-color: rgb(250,23,155); }
td.TdClassName
{
border-color: #FA179B;
}
.TagClassName
{
border-color: #FA179B;
}
</style>