Shades of Deep Pink #FA1E8F
Tints of Deep Pink #FA1E8F
RGB
CMYK
RGB Variations
Color information
#FA1E8F (or 0xFA1E8F) is known color: Deep Pink. HEX triplet: FA, 1E and 8F. RGB value is (250,30,143). Sum of RGB (Red+Green+Blue) = 250+30+143=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E8F is #05E170. Grayscale: #6C6C6C. Windows color (decimal): -385393 or 9379578. OLE color: 9379578.
HSL color Cylindrical-coordinate representation of color #FA1E8F: hue angle of 329.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E8F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 143 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.18º | 0.96% | 0.55% | - |
| HSV(B) | 329.18º | 0.88% | 0.98% | - |
| XYZ | 44.85 | 23.24 | 28.11 | - |
| YUV | 108.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 143 | 0 | 0.88 | 0.43 | 0.02 | 329.18 | 0.96 | 0.55 |
| Hex | FA | 1E | 8F | 0 | 58 | 2B | 2 | 149 | 60 | 37 |
| Octal | 372 | 36 | 217 | 0 | 130 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11110 | 10001111 | 0 | 1011000 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1E8F
Complementary color
Monochromatic Colors of #FA1E8F
Black with #FA1E8F
Text Example
Text Example
White with #FA1E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E8F; }
p { color: rgb(250,30,143); }
H1.HeaderClassName
{
color: #FA1E8F;
}
.AnyTagClassName
{
color: #FA1E8F;
}
</style>
background-color css
<style>
a { background-color: #FA1E8F; }
a { background-color: rgb(250,30,143); }
div.DivClassName
{
background-color: #FA1E8F;
}
.BgClassName
{
background-color: #FA1E8F;
}
</style>
border-color css
<style>
span { border-color: #FA1E8F; }
span { border-color: rgb(250,30,143); }
td.TdClassName
{
border-color: #FA1E8F;
}
.TagClassName
{
border-color: #FA1E8F;
}
</style>