Shades of Shilo #F0AFA3
Tints of Shilo #F0AFA3
RGB
CMYK
RGB Variations
Color information
#F0AFA3 (or 0xF0AFA3) is known color: Shilo. HEX triplet: F0, AF and A3. RGB value is (240,175,163). Sum of RGB (Red+Green+Blue) = 240+175+163=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFA3 is #0F505C. Grayscale: #C1C1C1. Windows color (decimal): -1003613 or 10727408. OLE color: 10727408.
HSL color Cylindrical-coordinate representation of color #F0AFA3: hue angle of 9.35º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0AFA3 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 163 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.06 |
| HSL | 9.35º | 0.72% | 0.79% | - |
| HSV(B) | 9.35º | 0.32% | 0.94% | - |
| XYZ | 57.88 | 51.83 | 41.6 | - |
| YUV | 193.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 163 | 0 | 0.27 | 0.32 | 0.06 | 9.35 | 0.72 | 0.79 |
| Hex | F0 | AF | A3 | 0 | 1B | 20 | 6 | 9 | 48 | 4F |
| Octal | 360 | 257 | 243 | 0 | 33 | 40 | 6 | 11 | 110 | 117 |
| Binary | 11110000 | 10101111 | 10100011 | 0 | 11011 | 100000 | 110 | 1001 | 1001000 | 1001111 |
Color Harmonies of #F0AFA3
Complementary color
Monochromatic Colors of #F0AFA3
Black with #F0AFA3
Text Example
Text Example
White with #F0AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFA3; }
p { color: rgb(240,175,163); }
H1.HeaderClassName
{
color: #F0AFA3;
}
.AnyTagClassName
{
color: #F0AFA3;
}
</style>
background-color css
<style>
a { background-color: #F0AFA3; }
a { background-color: rgb(240,175,163); }
div.DivClassName
{
background-color: #F0AFA3;
}
.BgClassName
{
background-color: #F0AFA3;
}
</style>
border-color css
<style>
span { border-color: #F0AFA3; }
span { border-color: rgb(240,175,163); }
td.TdClassName
{
border-color: #F0AFA3;
}
.TagClassName
{
border-color: #F0AFA3;
}
</style>