Shades of Hit Pink #F69F74
Tints of Hit Pink #F69F74
RGB
CMYK
RGB Variations
Color information
#F69F74 (or 0xF69F74) is known color: Hit Pink. HEX triplet: F6, 9F and 74. RGB value is (246,159,116). Sum of RGB (Red+Green+Blue) = 246+159+116=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69F74 is #09608B. Grayscale: #B4B4B4. Windows color (decimal): -614540 or 7643126. OLE color: 7643126.
HSL color Cylindrical-coordinate representation of color #F69F74: hue angle of 19.85º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F69F74 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 116 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.04 |
| HSL | 19.85º | 0.88% | 0.71% | - |
| HSV(B) | 19.85º | 0.53% | 0.96% | - |
| XYZ | 53.56 | 45.65 | 22.51 | - |
| YUV | 180.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 116 | 0 | 0.35 | 0.53 | 0.04 | 19.85 | 0.88 | 0.71 |
| Hex | F6 | 9F | 74 | 0 | 23 | 35 | 4 | 14 | 58 | 47 |
| Octal | 366 | 237 | 164 | 0 | 43 | 65 | 4 | 24 | 130 | 107 |
| Binary | 11110110 | 10011111 | 1110100 | 0 | 100011 | 110101 | 100 | 10100 | 1011000 | 1000111 |
Color Harmonies of #F69F74
Complementary color
Monochromatic Colors of #F69F74
Black with #F69F74
Text Example
Text Example
White with #F69F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69F74; }
p { color: rgb(246,159,116); }
H1.HeaderClassName
{
color: #F69F74;
}
.AnyTagClassName
{
color: #F69F74;
}
</style>
background-color css
<style>
a { background-color: #F69F74; }
a { background-color: rgb(246,159,116); }
div.DivClassName
{
background-color: #F69F74;
}
.BgClassName
{
background-color: #F69F74;
}
</style>
border-color css
<style>
span { border-color: #F69F74; }
span { border-color: rgb(246,159,116); }
td.TdClassName
{
border-color: #F69F74;
}
.TagClassName
{
border-color: #F69F74;
}
</style>