Shades of Cupid #F2AFC8
Tints of Cupid #F2AFC8
RGB
CMYK
RGB Variations
Color information
#F2AFC8 (or 0xF2AFC8) is known color: Cupid. HEX triplet: F2, AF and C8. RGB value is (242,175,200). Sum of RGB (Red+Green+Blue) = 242+175+200=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC8 is #0D5037. Grayscale: #C5C5C5. Windows color (decimal): -872504 or 13152242. OLE color: 13152242.
HSL color Cylindrical-coordinate representation of color #F2AFC8: hue angle of 337.61º 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 #F2AFC8 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 200 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.05 |
| HSL | 337.61º | 0.72% | 0.82% | - |
| HSV(B) | 337.61º | 0.28% | 0.95% | - |
| XYZ | 62.37 | 53.71 | 61.72 | - |
| YUV | 197.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 200 | 0 | 0.28 | 0.17 | 0.05 | 337.61 | 0.72 | 0.82 |
| Hex | F2 | AF | C8 | 0 | 1C | 11 | 5 | 152 | 48 | 52 |
| Octal | 362 | 257 | 310 | 0 | 34 | 21 | 5 | 522 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11001000 | 0 | 11100 | 10001 | 101 | 101010010 | 1001000 | 1010010 |
Color Harmonies of #F2AFC8
Complementary color
Monochromatic Colors of #F2AFC8
Black with #F2AFC8
Text Example
Text Example
White with #F2AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFC8; }
p { color: rgb(242,175,200); }
H1.HeaderClassName
{
color: #F2AFC8;
}
.AnyTagClassName
{
color: #F2AFC8;
}
</style>
background-color css
<style>
a { background-color: #F2AFC8; }
a { background-color: rgb(242,175,200); }
div.DivClassName
{
background-color: #F2AFC8;
}
.BgClassName
{
background-color: #F2AFC8;
}
</style>
border-color css
<style>
span { border-color: #F2AFC8; }
span { border-color: rgb(242,175,200); }
td.TdClassName
{
border-color: #F2AFC8;
}
.TagClassName
{
border-color: #F2AFC8;
}
</style>