Shades of Hit Pink #F3A16C
Tints of Hit Pink #F3A16C
RGB
CMYK
RGB Variations
Color information
#F3A16C (or 0xF3A16C) is known color: Hit Pink. HEX triplet: F3, A1 and 6C. RGB value is (243,161,108). Sum of RGB (Red+Green+Blue) = 243+161+108=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A16C is #0C5E93. Grayscale: #B3B3B3. Windows color (decimal): -810644 or 7119347. OLE color: 7119347.
HSL color Cylindrical-coordinate representation of color #F3A16C: hue angle of 23.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3A16C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 108 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.05 |
| HSL | 23.56º | 0.85% | 0.69% | - |
| HSV(B) | 23.56º | 0.56% | 0.95% | - |
| XYZ | 52.41 | 45.63 | 20.23 | - |
| YUV | 179.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 108 | 0 | 0.34 | 0.56 | 0.05 | 23.56 | 0.85 | 0.69 |
| Hex | F3 | A1 | 6C | 0 | 22 | 38 | 5 | 18 | 55 | 45 |
| Octal | 363 | 241 | 154 | 0 | 42 | 70 | 5 | 30 | 125 | 105 |
| Binary | 11110011 | 10100001 | 1101100 | 0 | 100010 | 111000 | 101 | 11000 | 1010101 | 1000101 |
Color Harmonies of #F3A16C
Complementary color
Monochromatic Colors of #F3A16C
Black with #F3A16C
Text Example
Text Example
White with #F3A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A16C; }
p { color: rgb(243,161,108); }
H1.HeaderClassName
{
color: #F3A16C;
}
.AnyTagClassName
{
color: #F3A16C;
}
</style>
background-color css
<style>
a { background-color: #F3A16C; }
a { background-color: rgb(243,161,108); }
div.DivClassName
{
background-color: #F3A16C;
}
.BgClassName
{
background-color: #F3A16C;
}
</style>
border-color css
<style>
span { border-color: #F3A16C; }
span { border-color: rgb(243,161,108); }
td.TdClassName
{
border-color: #F3A16C;
}
.TagClassName
{
border-color: #F3A16C;
}
</style>