Shades of Deep Pink #FA1488
Tints of Deep Pink #FA1488
RGB
CMYK
RGB Variations
Color information
#FA1488 (or 0xFA1488) is known color: Deep Pink. HEX triplet: FA, 14 and 88. RGB value is (250,20,136). Sum of RGB (Red+Green+Blue) = 250+20+136=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1488 is #05EB77. Grayscale: #656565. Windows color (decimal): -387960 or 8918266. OLE color: 8918266.
HSL color Cylindrical-coordinate representation of color #FA1488: hue angle of 329.74º 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 #FA1488 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 136 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.02 |
| HSL | 329.74º | 0.96% | 0.53% | - |
| HSV(B) | 329.74º | 0.92% | 0.98% | - |
| XYZ | 44.12 | 22.6 | 25.33 | - |
| YUV | 101.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 136 | 0 | 0.92 | 0.46 | 0.02 | 329.74 | 0.96 | 0.53 |
| Hex | FA | 14 | 88 | 0 | 5C | 2E | 2 | 14A | 60 | 35 |
| Octal | 372 | 24 | 210 | 0 | 134 | 56 | 2 | 512 | 140 | 65 |
| Binary | 11111010 | 10100 | 10001000 | 0 | 1011100 | 101110 | 10 | 101001010 | 1100000 | 110101 |
Color Harmonies of #FA1488
Complementary color
Monochromatic Colors of #FA1488
Black with #FA1488
Text Example
Text Example
White with #FA1488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1488; }
p { color: rgb(250,20,136); }
H1.HeaderClassName
{
color: #FA1488;
}
.AnyTagClassName
{
color: #FA1488;
}
</style>
background-color css
<style>
a { background-color: #FA1488; }
a { background-color: rgb(250,20,136); }
div.DivClassName
{
background-color: #FA1488;
}
.BgClassName
{
background-color: #FA1488;
}
</style>
border-color css
<style>
span { border-color: #FA1488; }
span { border-color: rgb(250,20,136); }
td.TdClassName
{
border-color: #FA1488;
}
.TagClassName
{
border-color: #FA1488;
}
</style>