Shades of Sundown #F8AFAF
Tints of Sundown #F8AFAF
RGB
CMYK
RGB Variations
Color information
#F8AFAF (or 0xF8AFAF) is known color: Sundown. HEX triplet: F8, AF and AF. RGB value is (248,175,175). Sum of RGB (Red+Green+Blue) = 248+175+175=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFAF is #075050. Grayscale: #C4C4C4. Windows color (decimal): -479313 or 11513848. OLE color: 11513848.
HSL color Cylindrical-coordinate representation of color #F8AFAF: hue angle of 0º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFAF is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 175 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.03 |
| HSL | 0º | 0.84% | 0.83% | - |
| HSV(B) | 0º | 0.29% | 0.97% | - |
| XYZ | 61.78 | 53.71 | 47.67 | - |
| YUV | 196.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 175 | 0 | 0.29 | 0.29 | 0.03 | 0 | 0.84 | 0.83 |
| Hex | F8 | AF | AF | 0 | 1D | 1D | 3 | 0 | 54 | 53 |
| Octal | 370 | 257 | 257 | 0 | 35 | 35 | 3 | 0 | 124 | 123 |
| Binary | 11111000 | 10101111 | 10101111 | 0 | 11101 | 11101 | 11 | 0 | 1010100 | 1010011 |
Color Harmonies of #F8AFAF
Complementary color
Monochromatic Colors of #F8AFAF
Black with #F8AFAF
Text Example
Text Example
White with #F8AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFAF; }
p { color: rgb(248,175,175); }
H1.HeaderClassName
{
color: #F8AFAF;
}
.AnyTagClassName
{
color: #F8AFAF;
}
</style>
background-color css
<style>
a { background-color: #F8AFAF; }
a { background-color: rgb(248,175,175); }
div.DivClassName
{
background-color: #F8AFAF;
}
.BgClassName
{
background-color: #F8AFAF;
}
</style>
border-color css
<style>
span { border-color: #F8AFAF; }
span { border-color: rgb(248,175,175); }
td.TdClassName
{
border-color: #F8AFAF;
}
.TagClassName
{
border-color: #F8AFAF;
}
</style>