Shades of Deep Pink #FA1192
Tints of Deep Pink #FA1192
RGB
CMYK
RGB Variations
Color information
#FA1192 (or 0xFA1192) is known color: Deep Pink. HEX triplet: FA, 11 and 92. RGB value is (250,17,146). Sum of RGB (Red+Green+Blue) = 250+17+146=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1192 is #05EE6D. Grayscale: #656565. Windows color (decimal): -388718 or 9572858. OLE color: 9572858.
HSL color Cylindrical-coordinate representation of color #FA1192: hue angle of 326.78º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1192 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 146 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.02 |
| HSL | 326.78º | 0.96% | 0.52% | - |
| HSV(B) | 326.78º | 0.93% | 0.98% | - |
| XYZ | 44.81 | 22.8 | 29.23 | - |
| YUV | 101.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 146 | 0 | 0.93 | 0.42 | 0.02 | 326.78 | 0.96 | 0.52 |
| Hex | FA | 11 | 92 | 0 | 5D | 2A | 2 | 147 | 60 | 34 |
| Octal | 372 | 21 | 222 | 0 | 135 | 52 | 2 | 507 | 140 | 64 |
| Binary | 11111010 | 10001 | 10010010 | 0 | 1011101 | 101010 | 10 | 101000111 | 1100000 | 110100 |
Color Harmonies of #FA1192
Complementary color
Monochromatic Colors of #FA1192
Black with #FA1192
Text Example
Text Example
White with #FA1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1192; }
p { color: rgb(250,17,146); }
H1.HeaderClassName
{
color: #FA1192;
}
.AnyTagClassName
{
color: #FA1192;
}
</style>
background-color css
<style>
a { background-color: #FA1192; }
a { background-color: rgb(250,17,146); }
div.DivClassName
{
background-color: #FA1192;
}
.BgClassName
{
background-color: #FA1192;
}
</style>
border-color css
<style>
span { border-color: #FA1192; }
span { border-color: rgb(250,17,146); }
td.TdClassName
{
border-color: #FA1192;
}
.TagClassName
{
border-color: #FA1192;
}
</style>