Shades of Hit Pink #F2A370
Tints of Hit Pink #F2A370
RGB
CMYK
RGB Variations
Color information
#F2A370 (or 0xF2A370) is known color: Hit Pink. HEX triplet: F2, A3 and 70. RGB value is (242,163,112). Sum of RGB (Red+Green+Blue) = 242+163+112=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A370 is #0D5C8F. Grayscale: #B5B5B5. Windows color (decimal): -875664 or 7382002. OLE color: 7382002.
HSL color Cylindrical-coordinate representation of color #F2A370: hue angle of 23.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2A370 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 112 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.05 |
| HSL | 23.54º | 0.83% | 0.69% | - |
| HSV(B) | 23.54º | 0.54% | 0.95% | - |
| XYZ | 52.64 | 46.24 | 21.48 | - |
| YUV | 180.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 112 | 0 | 0.33 | 0.54 | 0.05 | 23.54 | 0.83 | 0.69 |
| Hex | F2 | A3 | 70 | 0 | 21 | 36 | 5 | 18 | 53 | 45 |
| Octal | 362 | 243 | 160 | 0 | 41 | 66 | 5 | 30 | 123 | 105 |
| Binary | 11110010 | 10100011 | 1110000 | 0 | 100001 | 110110 | 101 | 11000 | 1010011 | 1000101 |
Color Harmonies of #F2A370
Complementary color
Monochromatic Colors of #F2A370
Black with #F2A370
Text Example
Text Example
White with #F2A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A370; }
p { color: rgb(242,163,112); }
H1.HeaderClassName
{
color: #F2A370;
}
.AnyTagClassName
{
color: #F2A370;
}
</style>
background-color css
<style>
a { background-color: #F2A370; }
a { background-color: rgb(242,163,112); }
div.DivClassName
{
background-color: #F2A370;
}
.BgClassName
{
background-color: #F2A370;
}
</style>
border-color css
<style>
span { border-color: #F2A370; }
span { border-color: rgb(242,163,112); }
td.TdClassName
{
border-color: #F2A370;
}
.TagClassName
{
border-color: #F2A370;
}
</style>