Shades of Deep Pink #FA1788
Tints of Deep Pink #FA1788
RGB
CMYK
RGB Variations
Color information
#FA1788 (or 0xFA1788) is known color: Deep Pink. HEX triplet: FA, 17 and 88. RGB value is (250,23,136). Sum of RGB (Red+Green+Blue) = 250+23+136=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1788 is #05E877. Grayscale: #676767. Windows color (decimal): -387192 or 8919034. OLE color: 8919034.
HSL color Cylindrical-coordinate representation of color #FA1788: hue angle of 330.13º 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 #FA1788 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 136 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.02 |
| HSL | 330.13º | 0.96% | 0.54% | - |
| HSV(B) | 330.13º | 0.91% | 0.98% | - |
| XYZ | 44.17 | 22.71 | 25.35 | - |
| YUV | 103.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 136 | 0 | 0.91 | 0.46 | 0.02 | 330.13 | 0.96 | 0.54 |
| Hex | FA | 17 | 88 | 0 | 5B | 2E | 2 | 14A | 60 | 36 |
| Octal | 372 | 27 | 210 | 0 | 133 | 56 | 2 | 512 | 140 | 66 |
| Binary | 11111010 | 10111 | 10001000 | 0 | 1011011 | 101110 | 10 | 101001010 | 1100000 | 110110 |
Color Harmonies of #FA1788
Complementary color
Monochromatic Colors of #FA1788
Black with #FA1788
Text Example
Text Example
White with #FA1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1788; }
p { color: rgb(250,23,136); }
H1.HeaderClassName
{
color: #FA1788;
}
.AnyTagClassName
{
color: #FA1788;
}
</style>
background-color css
<style>
a { background-color: #FA1788; }
a { background-color: rgb(250,23,136); }
div.DivClassName
{
background-color: #FA1788;
}
.BgClassName
{
background-color: #FA1788;
}
</style>
border-color css
<style>
span { border-color: #FA1788; }
span { border-color: rgb(250,23,136); }
td.TdClassName
{
border-color: #FA1788;
}
.TagClassName
{
border-color: #FA1788;
}
</style>