Shades of Hit Pink #FAA272
Tints of Hit Pink #FAA272
RGB
CMYK
RGB Variations
Color information
#FAA272 (or 0xFAA272) is known color: Hit Pink. HEX triplet: FA, A2 and 72. RGB value is (250,162,114). Sum of RGB (Red+Green+Blue) = 250+162+114=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA272 is #055D8D. Grayscale: #B7B7B7. Windows color (decimal): -351630 or 7512826. OLE color: 7512826.
HSL color Cylindrical-coordinate representation of color #FAA272: hue angle of 21.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA272 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 114 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 21.18º | 0.93% | 0.71% | - |
| HSV(B) | 21.18º | 0.54% | 0.98% | - |
| XYZ | 55.38 | 47.38 | 22.15 | - |
| YUV | 182.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 114 | 0 | 0.35 | 0.54 | 0.02 | 21.18 | 0.93 | 0.71 |
| Hex | FA | A2 | 72 | 0 | 23 | 36 | 2 | 15 | 5D | 47 |
| Octal | 372 | 242 | 162 | 0 | 43 | 66 | 2 | 25 | 135 | 107 |
| Binary | 11111010 | 10100010 | 1110010 | 0 | 100011 | 110110 | 10 | 10101 | 1011101 | 1000111 |
Color Harmonies of #FAA272
Complementary color
Monochromatic Colors of #FAA272
Black with #FAA272
Text Example
Text Example
White with #FAA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA272; }
p { color: rgb(250,162,114); }
H1.HeaderClassName
{
color: #FAA272;
}
.AnyTagClassName
{
color: #FAA272;
}
</style>
background-color css
<style>
a { background-color: #FAA272; }
a { background-color: rgb(250,162,114); }
div.DivClassName
{
background-color: #FAA272;
}
.BgClassName
{
background-color: #FAA272;
}
</style>
border-color css
<style>
span { border-color: #FAA272; }
span { border-color: rgb(250,162,114); }
td.TdClassName
{
border-color: #FAA272;
}
.TagClassName
{
border-color: #FAA272;
}
</style>