Shades of Cupid #F6AFC1
Tints of Cupid #F6AFC1
RGB
CMYK
RGB Variations
Color information
#F6AFC1 (or 0xF6AFC1) is known color: Cupid. HEX triplet: F6, AF and C1. RGB value is (246,175,193). Sum of RGB (Red+Green+Blue) = 246+175+193=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC1 is #09503E. Grayscale: #C6C6C6. Windows color (decimal): -610367 or 12693494. OLE color: 12693494.
HSL color Cylindrical-coordinate representation of color #F6AFC1: hue angle of 344.79º 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 #F6AFC1 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 193 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.04 |
| HSL | 344.79º | 0.8% | 0.83% | - |
| HSV(B) | 344.79º | 0.29% | 0.96% | - |
| XYZ | 62.96 | 54.1 | 57.58 | - |
| YUV | 198.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 193 | 0 | 0.29 | 0.22 | 0.04 | 344.79 | 0.8 | 0.83 |
| Hex | F6 | AF | C1 | 0 | 1D | 16 | 4 | 159 | 50 | 53 |
| Octal | 366 | 257 | 301 | 0 | 35 | 26 | 4 | 531 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11000001 | 0 | 11101 | 10110 | 100 | 101011001 | 1010000 | 1010011 |
Color Harmonies of #F6AFC1
Complementary color
Monochromatic Colors of #F6AFC1
Black with #F6AFC1
Text Example
Text Example
White with #F6AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFC1; }
p { color: rgb(246,175,193); }
H1.HeaderClassName
{
color: #F6AFC1;
}
.AnyTagClassName
{
color: #F6AFC1;
}
</style>
background-color css
<style>
a { background-color: #F6AFC1; }
a { background-color: rgb(246,175,193); }
div.DivClassName
{
background-color: #F6AFC1;
}
.BgClassName
{
background-color: #F6AFC1;
}
</style>
border-color css
<style>
span { border-color: #F6AFC1; }
span { border-color: rgb(246,175,193); }
td.TdClassName
{
border-color: #F6AFC1;
}
.TagClassName
{
border-color: #F6AFC1;
}
</style>