Shades of Deep Pink #FA1277
Tints of Deep Pink #FA1277
RGB
CMYK
RGB Variations
Color information
#FA1277 (or 0xFA1277) is known color: Deep Pink. HEX triplet: FA, 12 and 77. RGB value is (250,18,119). Sum of RGB (Red+Green+Blue) = 250+18+119=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1277 is #05ED88. Grayscale: #626262. Windows color (decimal): -388489 or 7803642. OLE color: 7803642.
HSL color Cylindrical-coordinate representation of color #FA1277: hue angle of 333.88º 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 #FA1277 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 119 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.02 |
| HSL | 333.88º | 0.96% | 0.53% | - |
| HSV(B) | 333.88º | 0.93% | 0.98% | - |
| XYZ | 42.97 | 22.09 | 19.45 | - |
| YUV | 98.88 | 139.36 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 119 | 0 | 0.93 | 0.52 | 0.02 | 333.88 | 0.96 | 0.53 |
| Hex | FA | 12 | 77 | 0 | 5D | 34 | 2 | 14E | 60 | 35 |
| Octal | 372 | 22 | 167 | 0 | 135 | 64 | 2 | 516 | 140 | 65 |
| Binary | 11111010 | 10010 | 1110111 | 0 | 1011101 | 110100 | 10 | 101001110 | 1100000 | 110101 |
Color Harmonies of #FA1277
Complementary color
Monochromatic Colors of #FA1277
Black with #FA1277
Text Example
Text Example
White with #FA1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1277; }
p { color: rgb(250,18,119); }
H1.HeaderClassName
{
color: #FA1277;
}
.AnyTagClassName
{
color: #FA1277;
}
</style>
background-color css
<style>
a { background-color: #FA1277; }
a { background-color: rgb(250,18,119); }
div.DivClassName
{
background-color: #FA1277;
}
.BgClassName
{
background-color: #FA1277;
}
</style>
border-color css
<style>
span { border-color: #FA1277; }
span { border-color: rgb(250,18,119); }
td.TdClassName
{
border-color: #FA1277;
}
.TagClassName
{
border-color: #FA1277;
}
</style>