Shades of Cupid #F2AFBE
Tints of Cupid #F2AFBE
RGB
CMYK
RGB Variations
Color information
#F2AFBE (or 0xF2AFBE) is known color: Cupid. HEX triplet: F2, AF and BE. RGB value is (242,175,190). Sum of RGB (Red+Green+Blue) = 242+175+190=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFBE is #0D5041. Grayscale: #C4C4C4. Windows color (decimal): -872514 or 12496882. OLE color: 12496882.
HSL color Cylindrical-coordinate representation of color #F2AFBE: hue angle of 346.57º 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 #F2AFBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 190 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.05 |
| HSL | 346.57º | 0.72% | 0.82% | - |
| HSV(B) | 346.57º | 0.28% | 0.95% | - |
| XYZ | 61.24 | 53.25 | 55.77 | - |
| YUV | 196.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 190 | 0 | 0.28 | 0.21 | 0.05 | 346.57 | 0.72 | 0.82 |
| Hex | F2 | AF | BE | 0 | 1C | 15 | 5 | 15B | 48 | 52 |
| Octal | 362 | 257 | 276 | 0 | 34 | 25 | 5 | 533 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10111110 | 0 | 11100 | 10101 | 101 | 101011011 | 1001000 | 1010010 |
Color Harmonies of #F2AFBE
Complementary color
Monochromatic Colors of #F2AFBE
Black with #F2AFBE
Text Example
Text Example
White with #F2AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFBE; }
p { color: rgb(242,175,190); }
H1.HeaderClassName
{
color: #F2AFBE;
}
.AnyTagClassName
{
color: #F2AFBE;
}
</style>
background-color css
<style>
a { background-color: #F2AFBE; }
a { background-color: rgb(242,175,190); }
div.DivClassName
{
background-color: #F2AFBE;
}
.BgClassName
{
background-color: #F2AFBE;
}
</style>
border-color css
<style>
span { border-color: #F2AFBE; }
span { border-color: rgb(242,175,190); }
td.TdClassName
{
border-color: #F2AFBE;
}
.TagClassName
{
border-color: #F2AFBE;
}
</style>