Shades of Deep Pink #FA1C90
Tints of Deep Pink #FA1C90
RGB
CMYK
RGB Variations
Color information
#FA1C90 (or 0xFA1C90) is known color: Deep Pink. HEX triplet: FA, 1C and 90. RGB value is (250,28,144). Sum of RGB (Red+Green+Blue) = 250+28+144=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C90 is #05E36F. Grayscale: #6B6B6B. Windows color (decimal): -385904 or 9444602. OLE color: 9444602.
HSL color Cylindrical-coordinate representation of color #FA1C90: hue angle of 328.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C90 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 144 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.02 |
| HSL | 328.65º | 0.96% | 0.55% | - |
| HSV(B) | 328.65º | 0.89% | 0.98% | - |
| XYZ | 44.87 | 23.17 | 28.49 | - |
| YUV | 107.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 144 | 0 | 0.89 | 0.42 | 0.02 | 328.65 | 0.96 | 0.55 |
| Hex | FA | 1C | 90 | 0 | 59 | 2A | 2 | 149 | 60 | 37 |
| Octal | 372 | 34 | 220 | 0 | 131 | 52 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11100 | 10010000 | 0 | 1011001 | 101010 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1C90
Complementary color
Monochromatic Colors of #FA1C90
Black with #FA1C90
Text Example
Text Example
White with #FA1C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C90; }
p { color: rgb(250,28,144); }
H1.HeaderClassName
{
color: #FA1C90;
}
.AnyTagClassName
{
color: #FA1C90;
}
</style>
background-color css
<style>
a { background-color: #FA1C90; }
a { background-color: rgb(250,28,144); }
div.DivClassName
{
background-color: #FA1C90;
}
.BgClassName
{
background-color: #FA1C90;
}
</style>
border-color css
<style>
span { border-color: #FA1C90; }
span { border-color: rgb(250,28,144); }
td.TdClassName
{
border-color: #FA1C90;
}
.TagClassName
{
border-color: #FA1C90;
}
</style>