Shades of Hit Pink #F3A16B
Tints of Hit Pink #F3A16B
RGB
CMYK
RGB Variations
Color information
#F3A16B (or 0xF3A16B) is known color: Hit Pink. HEX triplet: F3, A1 and 6B. RGB value is (243,161,107). Sum of RGB (Red+Green+Blue) = 243+161+107=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A16B is #0C5E94. Grayscale: #B3B3B3. Windows color (decimal): -810645 or 7053811. OLE color: 7053811.
HSL color Cylindrical-coordinate representation of color #F3A16B: hue angle of 23.82º 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 #F3A16B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 107 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.05 |
| HSL | 23.82º | 0.85% | 0.69% | - |
| HSV(B) | 23.82º | 0.56% | 0.95% | - |
| XYZ | 52.36 | 45.61 | 19.95 | - |
| YUV | 179.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 107 | 0 | 0.34 | 0.56 | 0.05 | 23.82 | 0.85 | 0.69 |
| Hex | F3 | A1 | 6B | 0 | 22 | 38 | 5 | 18 | 55 | 45 |
| Octal | 363 | 241 | 153 | 0 | 42 | 70 | 5 | 30 | 125 | 105 |
| Binary | 11110011 | 10100001 | 1101011 | 0 | 100010 | 111000 | 101 | 11000 | 1010101 | 1000101 |
Color Harmonies of #F3A16B
Complementary color
Monochromatic Colors of #F3A16B
Black with #F3A16B
Text Example
Text Example
White with #F3A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A16B; }
p { color: rgb(243,161,107); }
H1.HeaderClassName
{
color: #F3A16B;
}
.AnyTagClassName
{
color: #F3A16B;
}
</style>
background-color css
<style>
a { background-color: #F3A16B; }
a { background-color: rgb(243,161,107); }
div.DivClassName
{
background-color: #F3A16B;
}
.BgClassName
{
background-color: #F3A16B;
}
</style>
border-color css
<style>
span { border-color: #F3A16B; }
span { border-color: rgb(243,161,107); }
td.TdClassName
{
border-color: #F3A16B;
}
.TagClassName
{
border-color: #F3A16B;
}
</style>