Shades of Deep Pink #FA1C7E
Tints of Deep Pink #FA1C7E
RGB
CMYK
RGB Variations
Color information
#FA1C7E (or 0xFA1C7E) is known color: Deep Pink. HEX triplet: FA, 1C and 7E. RGB value is (250,28,126). Sum of RGB (Red+Green+Blue) = 250+28+126=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C7E is #05E381. Grayscale: #696969. Windows color (decimal): -385922 or 8264954. OLE color: 8264954.
HSL color Cylindrical-coordinate representation of color #FA1C7E: hue angle of 333.51º 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 #FA1C7E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 126 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.02 |
| HSL | 333.51º | 0.96% | 0.55% | - |
| HSV(B) | 333.51º | 0.89% | 0.98% | - |
| XYZ | 43.61 | 22.66 | 21.81 | - |
| YUV | 105.55 | 139.55 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 126 | 0 | 0.89 | 0.50 | 0.02 | 333.51 | 0.96 | 0.55 |
| Hex | FA | 1C | 7E | 0 | 59 | 32 | 2 | 14E | 60 | 37 |
| Octal | 372 | 34 | 176 | 0 | 131 | 62 | 2 | 516 | 140 | 67 |
| Binary | 11111010 | 11100 | 1111110 | 0 | 1011001 | 110010 | 10 | 101001110 | 1100000 | 110111 |
Color Harmonies of #FA1C7E
Complementary color
Monochromatic Colors of #FA1C7E
Black with #FA1C7E
Text Example
Text Example
White with #FA1C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C7E; }
p { color: rgb(250,28,126); }
H1.HeaderClassName
{
color: #FA1C7E;
}
.AnyTagClassName
{
color: #FA1C7E;
}
</style>
background-color css
<style>
a { background-color: #FA1C7E; }
a { background-color: rgb(250,28,126); }
div.DivClassName
{
background-color: #FA1C7E;
}
.BgClassName
{
background-color: #FA1C7E;
}
</style>
border-color css
<style>
span { border-color: #FA1C7E; }
span { border-color: rgb(250,28,126); }
td.TdClassName
{
border-color: #FA1C7E;
}
.TagClassName
{
border-color: #FA1C7E;
}
</style>