Shades of Hit Pink #F69B70
Tints of Hit Pink #F69B70
RGB
CMYK
RGB Variations
Color information
#F69B70 (or 0xF69B70) is known color: Hit Pink. HEX triplet: F6, 9B and 70. RGB value is (246,155,112). Sum of RGB (Red+Green+Blue) = 246+155+112=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B70 is #09648F. Grayscale: #B1B1B1. Windows color (decimal): -615568 or 7379958. OLE color: 7379958.
HSL color Cylindrical-coordinate representation of color #F69B70: hue angle of 19.25º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69B70 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 112 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.04 |
| HSL | 19.25º | 0.88% | 0.7% | - |
| HSV(B) | 19.25º | 0.54% | 0.96% | - |
| XYZ | 52.65 | 44.21 | 21.09 | - |
| YUV | 177.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 112 | 0 | 0.37 | 0.54 | 0.04 | 19.25 | 0.88 | 0.7 |
| Hex | F6 | 9B | 70 | 0 | 25 | 36 | 4 | 13 | 58 | 46 |
| Octal | 366 | 233 | 160 | 0 | 45 | 66 | 4 | 23 | 130 | 106 |
| Binary | 11110110 | 10011011 | 1110000 | 0 | 100101 | 110110 | 100 | 10011 | 1011000 | 1000110 |
Color Harmonies of #F69B70
Complementary color
Monochromatic Colors of #F69B70
Black with #F69B70
Text Example
Text Example
White with #F69B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B70; }
p { color: rgb(246,155,112); }
H1.HeaderClassName
{
color: #F69B70;
}
.AnyTagClassName
{
color: #F69B70;
}
</style>
background-color css
<style>
a { background-color: #F69B70; }
a { background-color: rgb(246,155,112); }
div.DivClassName
{
background-color: #F69B70;
}
.BgClassName
{
background-color: #F69B70;
}
</style>
border-color css
<style>
span { border-color: #F69B70; }
span { border-color: rgb(246,155,112); }
td.TdClassName
{
border-color: #F69B70;
}
.TagClassName
{
border-color: #F69B70;
}
</style>