Shades of Deep Pink #FA1280
Tints of Deep Pink #FA1280
RGB
CMYK
RGB Variations
Color information
#FA1280 (or 0xFA1280) is known color: Deep Pink. HEX triplet: FA, 12 and 80. RGB value is (250,18,128). Sum of RGB (Red+Green+Blue) = 250+18+128=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1280 is #05ED7F. Grayscale: #636363. Windows color (decimal): -388480 or 8393466. OLE color: 8393466.
HSL color Cylindrical-coordinate representation of color #FA1280: hue angle of 331.55º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1280 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 128 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.02 |
| HSL | 331.55º | 0.96% | 0.53% | - |
| HSV(B) | 331.55º | 0.93% | 0.98% | - |
| XYZ | 43.54 | 22.32 | 22.43 | - |
| YUV | 99.91 | 143.86 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 128 | 0 | 0.93 | 0.49 | 0.02 | 331.55 | 0.96 | 0.53 |
| Hex | FA | 12 | 80 | 0 | 5D | 31 | 2 | 14C | 60 | 35 |
| Octal | 372 | 22 | 200 | 0 | 135 | 61 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10010 | 10000000 | 0 | 1011101 | 110001 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA1280
Complementary color
Monochromatic Colors of #FA1280
Black with #FA1280
Text Example
Text Example
White with #FA1280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1280; }
p { color: rgb(250,18,128); }
H1.HeaderClassName
{
color: #FA1280;
}
.AnyTagClassName
{
color: #FA1280;
}
</style>
background-color css
<style>
a { background-color: #FA1280; }
a { background-color: rgb(250,18,128); }
div.DivClassName
{
background-color: #FA1280;
}
.BgClassName
{
background-color: #FA1280;
}
</style>
border-color css
<style>
span { border-color: #FA1280; }
span { border-color: rgb(250,18,128); }
td.TdClassName
{
border-color: #FA1280;
}
.TagClassName
{
border-color: #FA1280;
}
</style>