Shades of Deep Pink #FA1C94
Tints of Deep Pink #FA1C94
RGB
CMYK
RGB Variations
Color information
#FA1C94 (or 0xFA1C94) is known color: Deep Pink. HEX triplet: FA, 1C and 94. RGB value is (250,28,148). Sum of RGB (Red+Green+Blue) = 250+28+148=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C94 is #05E36B. Grayscale: #6B6B6B. Windows color (decimal): -385900 or 9706746. OLE color: 9706746.
HSL color Cylindrical-coordinate representation of color #FA1C94: hue angle of 327.57º 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 #FA1C94 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 148 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.02 |
| HSL | 327.57º | 0.96% | 0.55% | - |
| HSV(B) | 327.57º | 0.89% | 0.98% | - |
| XYZ | 45.18 | 23.29 | 30.13 | - |
| YUV | 108.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 148 | 0 | 0.89 | 0.41 | 0.02 | 327.57 | 0.96 | 0.55 |
| Hex | FA | 1C | 94 | 0 | 59 | 29 | 2 | 148 | 60 | 37 |
| Octal | 372 | 34 | 224 | 0 | 131 | 51 | 2 | 510 | 140 | 67 |
| Binary | 11111010 | 11100 | 10010100 | 0 | 1011001 | 101001 | 10 | 101001000 | 1100000 | 110111 |
Color Harmonies of #FA1C94
Complementary color
Monochromatic Colors of #FA1C94
Black with #FA1C94
Text Example
Text Example
White with #FA1C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C94; }
p { color: rgb(250,28,148); }
H1.HeaderClassName
{
color: #FA1C94;
}
.AnyTagClassName
{
color: #FA1C94;
}
</style>
background-color css
<style>
a { background-color: #FA1C94; }
a { background-color: rgb(250,28,148); }
div.DivClassName
{
background-color: #FA1C94;
}
.BgClassName
{
background-color: #FA1C94;
}
</style>
border-color css
<style>
span { border-color: #FA1C94; }
span { border-color: rgb(250,28,148); }
td.TdClassName
{
border-color: #FA1C94;
}
.TagClassName
{
border-color: #FA1C94;
}
</style>