Shades of Hit Pink #F69C6F
Tints of Hit Pink #F69C6F
RGB
CMYK
RGB Variations
Color information
#F69C6F (or 0xF69C6F) is known color: Hit Pink. HEX triplet: F6, 9C and 6F. RGB value is (246,156,111). Sum of RGB (Red+Green+Blue) = 246+156+111=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C6F is #096390. Grayscale: #B2B2B2. Windows color (decimal): -615313 or 7314678. OLE color: 7314678.
HSL color Cylindrical-coordinate representation of color #F69C6F: hue angle of 20º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F69C6F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 111 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.04 |
| HSL | 20º | 0.88% | 0.7% | - |
| HSV(B) | 20º | 0.55% | 0.96% | - |
| XYZ | 52.76 | 44.52 | 20.85 | - |
| YUV | 177.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 111 | 0 | 0.37 | 0.55 | 0.04 | 20 | 0.88 | 0.7 |
| Hex | F6 | 9C | 6F | 0 | 25 | 37 | 4 | 14 | 58 | 46 |
| Octal | 366 | 234 | 157 | 0 | 45 | 67 | 4 | 24 | 130 | 106 |
| Binary | 11110110 | 10011100 | 1101111 | 0 | 100101 | 110111 | 100 | 10100 | 1011000 | 1000110 |
Color Harmonies of #F69C6F
Complementary color
Monochromatic Colors of #F69C6F
Black with #F69C6F
Text Example
Text Example
White with #F69C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C6F; }
p { color: rgb(246,156,111); }
H1.HeaderClassName
{
color: #F69C6F;
}
.AnyTagClassName
{
color: #F69C6F;
}
</style>
background-color css
<style>
a { background-color: #F69C6F; }
a { background-color: rgb(246,156,111); }
div.DivClassName
{
background-color: #F69C6F;
}
.BgClassName
{
background-color: #F69C6F;
}
</style>
border-color css
<style>
span { border-color: #F69C6F; }
span { border-color: rgb(246,156,111); }
td.TdClassName
{
border-color: #F69C6F;
}
.TagClassName
{
border-color: #F69C6F;
}
</style>