Shades of Cupid #F6AFC6
Tints of Cupid #F6AFC6
RGB
CMYK
RGB Variations
Color information
#F6AFC6 (or 0xF6AFC6) is known color: Cupid. HEX triplet: F6, AF and C6. RGB value is (246,175,198). Sum of RGB (Red+Green+Blue) = 246+175+198=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC6 is #095039. Grayscale: #C6C6C6. Windows color (decimal): -610362 or 13021174. OLE color: 13021174.
HSL color Cylindrical-coordinate representation of color #F6AFC6: hue angle of 340.56º 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 #F6AFC6 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 198 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.04 |
| HSL | 340.56º | 0.8% | 0.83% | - |
| HSV(B) | 340.56º | 0.29% | 0.96% | - |
| XYZ | 63.53 | 54.33 | 60.56 | - |
| YUV | 198.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 198 | 0 | 0.29 | 0.20 | 0.04 | 340.56 | 0.8 | 0.83 |
| Hex | F6 | AF | C6 | 0 | 1D | 14 | 4 | 155 | 50 | 53 |
| Octal | 366 | 257 | 306 | 0 | 35 | 24 | 4 | 525 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11000110 | 0 | 11101 | 10100 | 100 | 101010101 | 1010000 | 1010011 |
Color Harmonies of #F6AFC6
Complementary color
Monochromatic Colors of #F6AFC6
Black with #F6AFC6
Text Example
Text Example
White with #F6AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFC6; }
p { color: rgb(246,175,198); }
H1.HeaderClassName
{
color: #F6AFC6;
}
.AnyTagClassName
{
color: #F6AFC6;
}
</style>
background-color css
<style>
a { background-color: #F6AFC6; }
a { background-color: rgb(246,175,198); }
div.DivClassName
{
background-color: #F6AFC6;
}
.BgClassName
{
background-color: #F6AFC6;
}
</style>
border-color css
<style>
span { border-color: #F6AFC6; }
span { border-color: rgb(246,175,198); }
td.TdClassName
{
border-color: #F6AFC6;
}
.TagClassName
{
border-color: #F6AFC6;
}
</style>