Shades of Cupid #F2AFBB
Tints of Cupid #F2AFBB
RGB
CMYK
RGB Variations
Color information
#F2AFBB (or 0xF2AFBB) is known color: Cupid. HEX triplet: F2, AF and BB. RGB value is (242,175,187). Sum of RGB (Red+Green+Blue) = 242+175+187=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFBB is #0D5044. Grayscale: #C4C4C4. Windows color (decimal): -872517 or 12300274. OLE color: 12300274.
HSL color Cylindrical-coordinate representation of color #F2AFBB: hue angle of 349.25º 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 #F2AFBB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 187 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 349.25º | 0.72% | 0.82% | - |
| HSV(B) | 349.25º | 0.28% | 0.95% | - |
| XYZ | 60.92 | 53.13 | 54.06 | - |
| YUV | 196.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 187 | 0 | 0.28 | 0.23 | 0.05 | 349.25 | 0.72 | 0.82 |
| Hex | F2 | AF | BB | 0 | 1C | 17 | 5 | 15D | 48 | 52 |
| Octal | 362 | 257 | 273 | 0 | 34 | 27 | 5 | 535 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10111011 | 0 | 11100 | 10111 | 101 | 101011101 | 1001000 | 1010010 |
Color Harmonies of #F2AFBB
Complementary color
Monochromatic Colors of #F2AFBB
Black with #F2AFBB
Text Example
Text Example
White with #F2AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFBB; }
p { color: rgb(242,175,187); }
H1.HeaderClassName
{
color: #F2AFBB;
}
.AnyTagClassName
{
color: #F2AFBB;
}
</style>
background-color css
<style>
a { background-color: #F2AFBB; }
a { background-color: rgb(242,175,187); }
div.DivClassName
{
background-color: #F2AFBB;
}
.BgClassName
{
background-color: #F2AFBB;
}
</style>
border-color css
<style>
span { border-color: #F2AFBB; }
span { border-color: rgb(242,175,187); }
td.TdClassName
{
border-color: #F2AFBB;
}
.TagClassName
{
border-color: #F2AFBB;
}
</style>