Shades of Cupid #F2AFC6
Tints of Cupid #F2AFC6
RGB
CMYK
RGB Variations
Color information
#F2AFC6 (or 0xF2AFC6) is known color: Cupid. HEX triplet: F2, AF and C6. RGB value is (242,175,198). Sum of RGB (Red+Green+Blue) = 242+175+198=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC6 is #0D5039. Grayscale: #C5C5C5. Windows color (decimal): -872506 or 13021170. OLE color: 13021170.
HSL color Cylindrical-coordinate representation of color #F2AFC6: hue angle of 339.4º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFC6 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 198 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.05 |
| HSL | 339.4º | 0.72% | 0.82% | - |
| HSV(B) | 339.4º | 0.28% | 0.95% | - |
| XYZ | 62.14 | 53.61 | 60.5 | - |
| YUV | 197.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 198 | 0 | 0.28 | 0.18 | 0.05 | 339.4 | 0.72 | 0.82 |
| Hex | F2 | AF | C6 | 0 | 1C | 12 | 5 | 153 | 48 | 52 |
| Octal | 362 | 257 | 306 | 0 | 34 | 22 | 5 | 523 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11000110 | 0 | 11100 | 10010 | 101 | 101010011 | 1001000 | 1010010 |
Color Harmonies of #F2AFC6
Complementary color
Monochromatic Colors of #F2AFC6
Black with #F2AFC6
Text Example
Text Example
White with #F2AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFC6; }
p { color: rgb(242,175,198); }
H1.HeaderClassName
{
color: #F2AFC6;
}
.AnyTagClassName
{
color: #F2AFC6;
}
</style>
background-color css
<style>
a { background-color: #F2AFC6; }
a { background-color: rgb(242,175,198); }
div.DivClassName
{
background-color: #F2AFC6;
}
.BgClassName
{
background-color: #F2AFC6;
}
</style>
border-color css
<style>
span { border-color: #F2AFC6; }
span { border-color: rgb(242,175,198); }
td.TdClassName
{
border-color: #F2AFC6;
}
.TagClassName
{
border-color: #F2AFC6;
}
</style>