Shades of Deep Pink #FA1775
Tints of Deep Pink #FA1775
RGB
CMYK
RGB Variations
Color information
#FA1775 (or 0xFA1775) is known color: Deep Pink. HEX triplet: FA, 17 and 75. RGB value is (250,23,117). Sum of RGB (Red+Green+Blue) = 250+23+117=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1775 is #05E88A. Grayscale: #656565. Windows color (decimal): -387211 or 7673850. OLE color: 7673850.
HSL color Cylindrical-coordinate representation of color #FA1775: hue angle of 335.15º 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 #FA1775 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 117 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 335.15º | 0.96% | 0.54% | - |
| HSV(B) | 335.15º | 0.91% | 0.98% | - |
| XYZ | 42.94 | 22.22 | 18.86 | - |
| YUV | 101.59 | 136.71 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 117 | 0 | 0.91 | 0.53 | 0.02 | 335.15 | 0.96 | 0.54 |
| Hex | FA | 17 | 75 | 0 | 5B | 35 | 2 | 14F | 60 | 36 |
| Octal | 372 | 27 | 165 | 0 | 133 | 65 | 2 | 517 | 140 | 66 |
| Binary | 11111010 | 10111 | 1110101 | 0 | 1011011 | 110101 | 10 | 101001111 | 1100000 | 110110 |
Color Harmonies of #FA1775
Complementary color
Monochromatic Colors of #FA1775
Black with #FA1775
Text Example
Text Example
White with #FA1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1775; }
p { color: rgb(250,23,117); }
H1.HeaderClassName
{
color: #FA1775;
}
.AnyTagClassName
{
color: #FA1775;
}
</style>
background-color css
<style>
a { background-color: #FA1775; }
a { background-color: rgb(250,23,117); }
div.DivClassName
{
background-color: #FA1775;
}
.BgClassName
{
background-color: #FA1775;
}
</style>
border-color css
<style>
span { border-color: #FA1775; }
span { border-color: rgb(250,23,117); }
td.TdClassName
{
border-color: #FA1775;
}
.TagClassName
{
border-color: #FA1775;
}
</style>