Shades of Deep Pink #FA1C93
Tints of Deep Pink #FA1C93
RGB
CMYK
RGB Variations
Color information
#FA1C93 (or 0xFA1C93) is known color: Deep Pink. HEX triplet: FA, 1C and 93. RGB value is (250,28,147). Sum of RGB (Red+Green+Blue) = 250+28+147=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C93 is #05E36C. Grayscale: #6B6B6B. Windows color (decimal): -385901 or 9641210. OLE color: 9641210.
HSL color Cylindrical-coordinate representation of color #FA1C93: hue angle of 327.84º 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 #FA1C93 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 147 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.02 |
| HSL | 327.84º | 0.96% | 0.55% | - |
| HSV(B) | 327.84º | 0.89% | 0.98% | - |
| XYZ | 45.11 | 23.26 | 29.72 | - |
| YUV | 107.94 | 150.05 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 147 | 0 | 0.89 | 0.41 | 0.02 | 327.84 | 0.96 | 0.55 |
| Hex | FA | 1C | 93 | 0 | 59 | 29 | 2 | 148 | 60 | 37 |
| Octal | 372 | 34 | 223 | 0 | 131 | 51 | 2 | 510 | 140 | 67 |
| Binary | 11111010 | 11100 | 10010011 | 0 | 1011001 | 101001 | 10 | 101001000 | 1100000 | 110111 |
Color Harmonies of #FA1C93
Complementary color
Monochromatic Colors of #FA1C93
Black with #FA1C93
Text Example
Text Example
White with #FA1C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C93; }
p { color: rgb(250,28,147); }
H1.HeaderClassName
{
color: #FA1C93;
}
.AnyTagClassName
{
color: #FA1C93;
}
</style>
background-color css
<style>
a { background-color: #FA1C93; }
a { background-color: rgb(250,28,147); }
div.DivClassName
{
background-color: #FA1C93;
}
.BgClassName
{
background-color: #FA1C93;
}
</style>
border-color css
<style>
span { border-color: #FA1C93; }
span { border-color: rgb(250,28,147); }
td.TdClassName
{
border-color: #FA1C93;
}
.TagClassName
{
border-color: #FA1C93;
}
</style>