Shades of Cupid #F6AFC5
Tints of Cupid #F6AFC5
RGB
CMYK
RGB Variations
Color information
#F6AFC5 (or 0xF6AFC5) is known color: Cupid. HEX triplet: F6, AF and C5. RGB value is (246,175,197). Sum of RGB (Red+Green+Blue) = 246+175+197=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC5 is #09503A. Grayscale: #C6C6C6. Windows color (decimal): -610363 or 12955638. OLE color: 12955638.
HSL color Cylindrical-coordinate representation of color #F6AFC5: hue angle of 341.41º 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 #F6AFC5 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 197 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.04 |
| HSL | 341.41º | 0.8% | 0.83% | - |
| HSV(B) | 341.41º | 0.29% | 0.96% | - |
| XYZ | 63.41 | 54.28 | 59.96 | - |
| YUV | 198.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 197 | 0 | 0.29 | 0.20 | 0.04 | 341.41 | 0.8 | 0.83 |
| Hex | F6 | AF | C5 | 0 | 1D | 14 | 4 | 155 | 50 | 53 |
| Octal | 366 | 257 | 305 | 0 | 35 | 24 | 4 | 525 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11000101 | 0 | 11101 | 10100 | 100 | 101010101 | 1010000 | 1010011 |
Color Harmonies of #F6AFC5
Complementary color
Monochromatic Colors of #F6AFC5
Black with #F6AFC5
Text Example
Text Example
White with #F6AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFC5; }
p { color: rgb(246,175,197); }
H1.HeaderClassName
{
color: #F6AFC5;
}
.AnyTagClassName
{
color: #F6AFC5;
}
</style>
background-color css
<style>
a { background-color: #F6AFC5; }
a { background-color: rgb(246,175,197); }
div.DivClassName
{
background-color: #F6AFC5;
}
.BgClassName
{
background-color: #F6AFC5;
}
</style>
border-color css
<style>
span { border-color: #F6AFC5; }
span { border-color: rgb(246,175,197); }
td.TdClassName
{
border-color: #F6AFC5;
}
.TagClassName
{
border-color: #F6AFC5;
}
</style>