Shades of Hit Pink #F6A272
Tints of Hit Pink #F6A272
RGB
CMYK
RGB Variations
Color information
#F6A272 (or 0xF6A272) is known color: Hit Pink. HEX triplet: F6, A2 and 72. RGB value is (246,162,114). Sum of RGB (Red+Green+Blue) = 246+162+114=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A272 is #095D8D. Grayscale: #B5B5B5. Windows color (decimal): -613774 or 7512822. OLE color: 7512822.
HSL color Cylindrical-coordinate representation of color #F6A272: hue angle of 21.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6A272 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 114 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.04 |
| HSL | 21.82º | 0.88% | 0.71% | - |
| HSV(B) | 21.82º | 0.54% | 0.96% | - |
| XYZ | 53.96 | 46.65 | 22.08 | - |
| YUV | 181.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 114 | 0 | 0.34 | 0.54 | 0.04 | 21.82 | 0.88 | 0.71 |
| Hex | F6 | A2 | 72 | 0 | 22 | 36 | 4 | 16 | 58 | 47 |
| Octal | 366 | 242 | 162 | 0 | 42 | 66 | 4 | 26 | 130 | 107 |
| Binary | 11110110 | 10100010 | 1110010 | 0 | 100010 | 110110 | 100 | 10110 | 1011000 | 1000111 |
Color Harmonies of #F6A272
Complementary color
Monochromatic Colors of #F6A272
Black with #F6A272
Text Example
Text Example
White with #F6A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A272; }
p { color: rgb(246,162,114); }
H1.HeaderClassName
{
color: #F6A272;
}
.AnyTagClassName
{
color: #F6A272;
}
</style>
background-color css
<style>
a { background-color: #F6A272; }
a { background-color: rgb(246,162,114); }
div.DivClassName
{
background-color: #F6A272;
}
.BgClassName
{
background-color: #F6A272;
}
</style>
border-color css
<style>
span { border-color: #F6A272; }
span { border-color: rgb(246,162,114); }
td.TdClassName
{
border-color: #F6A272;
}
.TagClassName
{
border-color: #F6A272;
}
</style>