Shades of Deep Pink #FA1C92
Tints of Deep Pink #FA1C92
RGB
CMYK
RGB Variations
Color information
#FA1C92 (or 0xFA1C92) is known color: Deep Pink. HEX triplet: FA, 1C and 92. RGB value is (250,28,146). Sum of RGB (Red+Green+Blue) = 250+28+146=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C92 is #05E36D. Grayscale: #6B6B6B. Windows color (decimal): -385902 or 9575674. OLE color: 9575674.
HSL color Cylindrical-coordinate representation of color #FA1C92: hue angle of 328.11º 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 #FA1C92 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 146 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.02 |
| HSL | 328.11º | 0.96% | 0.55% | - |
| HSV(B) | 328.11º | 0.89% | 0.98% | - |
| XYZ | 45.03 | 23.23 | 29.3 | - |
| YUV | 107.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 146 | 0 | 0.89 | 0.42 | 0.02 | 328.11 | 0.96 | 0.55 |
| Hex | FA | 1C | 92 | 0 | 59 | 2A | 2 | 148 | 60 | 37 |
| Octal | 372 | 34 | 222 | 0 | 131 | 52 | 2 | 510 | 140 | 67 |
| Binary | 11111010 | 11100 | 10010010 | 0 | 1011001 | 101010 | 10 | 101001000 | 1100000 | 110111 |
Color Harmonies of #FA1C92
Complementary color
Monochromatic Colors of #FA1C92
Black with #FA1C92
Text Example
Text Example
White with #FA1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C92; }
p { color: rgb(250,28,146); }
H1.HeaderClassName
{
color: #FA1C92;
}
.AnyTagClassName
{
color: #FA1C92;
}
</style>
background-color css
<style>
a { background-color: #FA1C92; }
a { background-color: rgb(250,28,146); }
div.DivClassName
{
background-color: #FA1C92;
}
.BgClassName
{
background-color: #FA1C92;
}
</style>
border-color css
<style>
span { border-color: #FA1C92; }
span { border-color: rgb(250,28,146); }
td.TdClassName
{
border-color: #FA1C92;
}
.TagClassName
{
border-color: #FA1C92;
}
</style>