Shades of Deep Pink #FA1397
Tints of Deep Pink #FA1397
RGB
CMYK
RGB Variations
Color information
#FA1397 (or 0xFA1397) is known color: Deep Pink. HEX triplet: FA, 13 and 97. RGB value is (250,19,151). Sum of RGB (Red+Green+Blue) = 250+19+151=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1397 is #05EC68. Grayscale: #666666. Windows color (decimal): -388201 or 9901050. OLE color: 9901050.
HSL color Cylindrical-coordinate representation of color #FA1397: hue angle of 325.71º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1397 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.02 |
| HSL | 325.71º | 0.96% | 0.53% | - |
| HSV(B) | 325.71º | 0.92% | 0.98% | - |
| XYZ | 45.24 | 23.02 | 31.34 | - |
| YUV | 103.12 | 155.03 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 151 | 0 | 0.92 | 0.40 | 0.02 | 325.71 | 0.96 | 0.53 |
| Hex | FA | 13 | 97 | 0 | 5C | 28 | 2 | 146 | 60 | 35 |
| Octal | 372 | 23 | 227 | 0 | 134 | 50 | 2 | 506 | 140 | 65 |
| Binary | 11111010 | 10011 | 10010111 | 0 | 1011100 | 101000 | 10 | 101000110 | 1100000 | 110101 |
Color Harmonies of #FA1397
Complementary color
Monochromatic Colors of #FA1397
Black with #FA1397
Text Example
Text Example
White with #FA1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1397; }
p { color: rgb(250,19,151); }
H1.HeaderClassName
{
color: #FA1397;
}
.AnyTagClassName
{
color: #FA1397;
}
</style>
background-color css
<style>
a { background-color: #FA1397; }
a { background-color: rgb(250,19,151); }
div.DivClassName
{
background-color: #FA1397;
}
.BgClassName
{
background-color: #FA1397;
}
</style>
border-color css
<style>
span { border-color: #FA1397; }
span { border-color: rgb(250,19,151); }
td.TdClassName
{
border-color: #FA1397;
}
.TagClassName
{
border-color: #FA1397;
}
</style>