Shades of Deep Pink #FA1475
Tints of Deep Pink #FA1475
RGB
CMYK
RGB Variations
Color information
#FA1475 (or 0xFA1475) is known color: Deep Pink. HEX triplet: FA, 14 and 75. RGB value is (250,20,117). Sum of RGB (Red+Green+Blue) = 250+20+117=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1475 is #05EB8A. Grayscale: #636363. Windows color (decimal): -387979 or 7673082. OLE color: 7673082.
HSL color Cylindrical-coordinate representation of color #FA1475: hue angle of 334.7º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1475 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.02 |
| HSL | 334.7º | 0.96% | 0.53% | - |
| HSV(B) | 334.7º | 0.92% | 0.98% | - |
| XYZ | 42.89 | 22.11 | 18.84 | - |
| YUV | 99.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 117 | 0 | 0.92 | 0.53 | 0.02 | 334.7 | 0.96 | 0.53 |
| Hex | FA | 14 | 75 | 0 | 5C | 35 | 2 | 14F | 60 | 35 |
| Octal | 372 | 24 | 165 | 0 | 134 | 65 | 2 | 517 | 140 | 65 |
| Binary | 11111010 | 10100 | 1110101 | 0 | 1011100 | 110101 | 10 | 101001111 | 1100000 | 110101 |
Color Harmonies of #FA1475
Complementary color
Monochromatic Colors of #FA1475
Black with #FA1475
Text Example
Text Example
White with #FA1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1475; }
p { color: rgb(250,20,117); }
H1.HeaderClassName
{
color: #FA1475;
}
.AnyTagClassName
{
color: #FA1475;
}
</style>
background-color css
<style>
a { background-color: #FA1475; }
a { background-color: rgb(250,20,117); }
div.DivClassName
{
background-color: #FA1475;
}
.BgClassName
{
background-color: #FA1475;
}
</style>
border-color css
<style>
span { border-color: #FA1475; }
span { border-color: rgb(250,20,117); }
td.TdClassName
{
border-color: #FA1475;
}
.TagClassName
{
border-color: #FA1475;
}
</style>