Shades of Cupid #F6AFC0
Tints of Cupid #F6AFC0
RGB
CMYK
RGB Variations
Color information
#F6AFC0 (or 0xF6AFC0) is known color: Cupid. HEX triplet: F6, AF and C0. RGB value is (246,175,192). Sum of RGB (Red+Green+Blue) = 246+175+192=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC0 is #09503F. Grayscale: #C6C6C6. Windows color (decimal): -610368 or 12627958. OLE color: 12627958.
HSL color Cylindrical-coordinate representation of color #F6AFC0: hue angle of 345.63º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFC0 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 192 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.04 |
| HSL | 345.63º | 0.8% | 0.83% | - |
| HSV(B) | 345.63º | 0.29% | 0.96% | - |
| XYZ | 62.85 | 54.06 | 56.99 | - |
| YUV | 198.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 192 | 0 | 0.29 | 0.22 | 0.04 | 345.63 | 0.8 | 0.83 |
| Hex | F6 | AF | C0 | 0 | 1D | 16 | 4 | 15A | 50 | 53 |
| Octal | 366 | 257 | 300 | 0 | 35 | 26 | 4 | 532 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11000000 | 0 | 11101 | 10110 | 100 | 101011010 | 1010000 | 1010011 |
Color Harmonies of #F6AFC0
Complementary color
Monochromatic Colors of #F6AFC0
Black with #F6AFC0
Text Example
Text Example
White with #F6AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFC0; }
p { color: rgb(246,175,192); }
H1.HeaderClassName
{
color: #F6AFC0;
}
.AnyTagClassName
{
color: #F6AFC0;
}
</style>
background-color css
<style>
a { background-color: #F6AFC0; }
a { background-color: rgb(246,175,192); }
div.DivClassName
{
background-color: #F6AFC0;
}
.BgClassName
{
background-color: #F6AFC0;
}
</style>
border-color css
<style>
span { border-color: #F6AFC0; }
span { border-color: rgb(246,175,192); }
td.TdClassName
{
border-color: #F6AFC0;
}
.TagClassName
{
border-color: #F6AFC0;
}
</style>