Shades of Deep Pink #FA157F
Tints of Deep Pink #FA157F
RGB
CMYK
RGB Variations
Color information
#FA157F (or 0xFA157F) is known color: Deep Pink. HEX triplet: FA, 15 and 7F. RGB value is (250,21,127). Sum of RGB (Red+Green+Blue) = 250+21+127=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA157F is #05EA80. Grayscale: #656565. Windows color (decimal): -387713 or 8328698. OLE color: 8328698.
HSL color Cylindrical-coordinate representation of color #FA157F: hue angle of 332.23º 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 #FA157F is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 127 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.02 |
| HSL | 332.23º | 0.96% | 0.53% | - |
| HSV(B) | 332.23º | 0.92% | 0.98% | - |
| XYZ | 43.52 | 22.39 | 22.11 | - |
| YUV | 101.56 | 142.37 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 127 | 0 | 0.92 | 0.49 | 0.02 | 332.23 | 0.96 | 0.53 |
| Hex | FA | 15 | 7F | 0 | 5C | 31 | 2 | 14C | 60 | 35 |
| Octal | 372 | 25 | 177 | 0 | 134 | 61 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10101 | 1111111 | 0 | 1011100 | 110001 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA157F
Complementary color
Monochromatic Colors of #FA157F
Black with #FA157F
Text Example
Text Example
White with #FA157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA157F; }
p { color: rgb(250,21,127); }
H1.HeaderClassName
{
color: #FA157F;
}
.AnyTagClassName
{
color: #FA157F;
}
</style>
background-color css
<style>
a { background-color: #FA157F; }
a { background-color: rgb(250,21,127); }
div.DivClassName
{
background-color: #FA157F;
}
.BgClassName
{
background-color: #FA157F;
}
</style>
border-color css
<style>
span { border-color: #FA157F; }
span { border-color: rgb(250,21,127); }
td.TdClassName
{
border-color: #FA157F;
}
.TagClassName
{
border-color: #FA157F;
}
</style>