Shades of Light Pink #F7A8AF
Tints of Light Pink #F7A8AF
RGB
CMYK
RGB Variations
Color information
#F7A8AF (or 0xF7A8AF) is known color: Light Pink. HEX triplet: F7, A8 and AF. RGB value is (247,168,175). Sum of RGB (Red+Green+Blue) = 247+168+175=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A8AF is #085750. Grayscale: #C0C0C0. Windows color (decimal): -546641 or 11512055. OLE color: 11512055.
HSL color Cylindrical-coordinate representation of color #F7A8AF: hue angle of 354.68º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8AF is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 175 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.03 |
| HSL | 354.68º | 0.83% | 0.81% | - |
| HSV(B) | 354.68º | 0.32% | 0.97% | - |
| XYZ | 60.1 | 50.87 | 47.21 | - |
| YUV | 192.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 175 | 0 | 0.32 | 0.29 | 0.03 | 354.68 | 0.83 | 0.81 |
| Hex | F7 | A8 | AF | 0 | 20 | 1D | 3 | 163 | 53 | 51 |
| Octal | 367 | 250 | 257 | 0 | 40 | 35 | 3 | 543 | 123 | 121 |
| Binary | 11110111 | 10101000 | 10101111 | 0 | 100000 | 11101 | 11 | 101100011 | 1010011 | 1010001 |
Color Harmonies of #F7A8AF
Complementary color
Monochromatic Colors of #F7A8AF
Black with #F7A8AF
Text Example
Text Example
White with #F7A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8AF; }
p { color: rgb(247,168,175); }
H1.HeaderClassName
{
color: #F7A8AF;
}
.AnyTagClassName
{
color: #F7A8AF;
}
</style>
background-color css
<style>
a { background-color: #F7A8AF; }
a { background-color: rgb(247,168,175); }
div.DivClassName
{
background-color: #F7A8AF;
}
.BgClassName
{
background-color: #F7A8AF;
}
</style>
border-color css
<style>
span { border-color: #F7A8AF; }
span { border-color: rgb(247,168,175); }
td.TdClassName
{
border-color: #F7A8AF;
}
.TagClassName
{
border-color: #F7A8AF;
}
</style>