Shades of Hit Pink #F3A66F
Tints of Hit Pink #F3A66F
RGB
CMYK
RGB Variations
Color information
#F3A66F (or 0xF3A66F) is known color: Hit Pink. HEX triplet: F3, A6 and 6F. RGB value is (243,166,111). Sum of RGB (Red+Green+Blue) = 243+166+111=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A66F is #0C5990. Grayscale: #B7B7B7. Windows color (decimal): -809361 or 7317235. OLE color: 7317235.
HSL color Cylindrical-coordinate representation of color #F3A66F: hue angle of 25º degrees, saturation: 0.85, 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 #F3A66F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 111 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.05 |
| HSL | 25º | 0.85% | 0.69% | - |
| HSV(B) | 25º | 0.54% | 0.95% | - |
| XYZ | 53.47 | 47.47 | 21.38 | - |
| YUV | 182.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 111 | 0 | 0.32 | 0.54 | 0.05 | 25 | 0.85 | 0.69 |
| Hex | F3 | A6 | 6F | 0 | 20 | 36 | 5 | 19 | 55 | 45 |
| Octal | 363 | 246 | 157 | 0 | 40 | 66 | 5 | 31 | 125 | 105 |
| Binary | 11110011 | 10100110 | 1101111 | 0 | 100000 | 110110 | 101 | 11001 | 1010101 | 1000101 |
Color Harmonies of #F3A66F
Complementary color
Monochromatic Colors of #F3A66F
Black with #F3A66F
Text Example
Text Example
White with #F3A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A66F; }
p { color: rgb(243,166,111); }
H1.HeaderClassName
{
color: #F3A66F;
}
.AnyTagClassName
{
color: #F3A66F;
}
</style>
background-color css
<style>
a { background-color: #F3A66F; }
a { background-color: rgb(243,166,111); }
div.DivClassName
{
background-color: #F3A66F;
}
.BgClassName
{
background-color: #F3A66F;
}
</style>
border-color css
<style>
span { border-color: #F3A66F; }
span { border-color: rgb(243,166,111); }
td.TdClassName
{
border-color: #F3A66F;
}
.TagClassName
{
border-color: #F3A66F;
}
</style>