Shades of Hit Pink #F6A271
Tints of Hit Pink #F6A271
RGB
CMYK
RGB Variations
Color information
#F6A271 (or 0xF6A271) is known color: Hit Pink. HEX triplet: F6, A2 and 71. RGB value is (246,162,113). Sum of RGB (Red+Green+Blue) = 246+162+113=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A271 is #095D8E. Grayscale: #B5B5B5. Windows color (decimal): -613775 or 7447286. OLE color: 7447286.
HSL color Cylindrical-coordinate representation of color #F6A271: hue angle of 22.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6A271 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 113 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.04 |
| HSL | 22.11º | 0.88% | 0.7% | - |
| HSV(B) | 22.11º | 0.54% | 0.96% | - |
| XYZ | 53.91 | 46.63 | 21.78 | - |
| YUV | 181.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 113 | 0 | 0.34 | 0.54 | 0.04 | 22.11 | 0.88 | 0.7 |
| Hex | F6 | A2 | 71 | 0 | 22 | 36 | 4 | 16 | 58 | 46 |
| Octal | 366 | 242 | 161 | 0 | 42 | 66 | 4 | 26 | 130 | 106 |
| Binary | 11110110 | 10100010 | 1110001 | 0 | 100010 | 110110 | 100 | 10110 | 1011000 | 1000110 |
Color Harmonies of #F6A271
Complementary color
Monochromatic Colors of #F6A271
Black with #F6A271
Text Example
Text Example
White with #F6A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A271; }
p { color: rgb(246,162,113); }
H1.HeaderClassName
{
color: #F6A271;
}
.AnyTagClassName
{
color: #F6A271;
}
</style>
background-color css
<style>
a { background-color: #F6A271; }
a { background-color: rgb(246,162,113); }
div.DivClassName
{
background-color: #F6A271;
}
.BgClassName
{
background-color: #F6A271;
}
</style>
border-color css
<style>
span { border-color: #F6A271; }
span { border-color: rgb(246,162,113); }
td.TdClassName
{
border-color: #F6A271;
}
.TagClassName
{
border-color: #F6A271;
}
</style>