Shades of Deep Pink #FA1695
Tints of Deep Pink #FA1695
RGB
CMYK
RGB Variations
Color information
#FA1695 (or 0xFA1695) is known color: Deep Pink. HEX triplet: FA, 16 and 95. RGB value is (250,22,149). Sum of RGB (Red+Green+Blue) = 250+22+149=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1695 is #05E96A. Grayscale: #686868. Windows color (decimal): -387435 or 9770746. OLE color: 9770746.
HSL color Cylindrical-coordinate representation of color #FA1695: hue angle of 326.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1695 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 149 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.02 |
| HSL | 326.58º | 0.96% | 0.53% | - |
| HSV(B) | 326.58º | 0.91% | 0.98% | - |
| XYZ | 45.14 | 23.07 | 30.51 | - |
| YUV | 104.65 | 153.04 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 149 | 0 | 0.91 | 0.40 | 0.02 | 326.58 | 0.96 | 0.53 |
| Hex | FA | 16 | 95 | 0 | 5B | 28 | 2 | 147 | 60 | 35 |
| Octal | 372 | 26 | 225 | 0 | 133 | 50 | 2 | 507 | 140 | 65 |
| Binary | 11111010 | 10110 | 10010101 | 0 | 1011011 | 101000 | 10 | 101000111 | 1100000 | 110101 |
Color Harmonies of #FA1695
Complementary color
Monochromatic Colors of #FA1695
Black with #FA1695
Text Example
Text Example
White with #FA1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1695; }
p { color: rgb(250,22,149); }
H1.HeaderClassName
{
color: #FA1695;
}
.AnyTagClassName
{
color: #FA1695;
}
</style>
background-color css
<style>
a { background-color: #FA1695; }
a { background-color: rgb(250,22,149); }
div.DivClassName
{
background-color: #FA1695;
}
.BgClassName
{
background-color: #FA1695;
}
</style>
border-color css
<style>
span { border-color: #FA1695; }
span { border-color: rgb(250,22,149); }
td.TdClassName
{
border-color: #FA1695;
}
.TagClassName
{
border-color: #FA1695;
}
</style>