Shades of Cupid #F2AAC4
Tints of Cupid #F2AAC4
RGB
CMYK
RGB Variations
Color information
#F2AAC4 (or 0xF2AAC4) is known color: Cupid. HEX triplet: F2, AA and C4. RGB value is (242,170,196). Sum of RGB (Red+Green+Blue) = 242+170+196=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC4 is #0D553B. Grayscale: #C2C2C2. Windows color (decimal): -873788 or 12888818. OLE color: 12888818.
HSL color Cylindrical-coordinate representation of color #F2AAC4: hue angle of 338.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAC4 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 196 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.05 |
| HSL | 338.33º | 0.73% | 0.81% | - |
| HSV(B) | 338.33º | 0.3% | 0.95% | - |
| XYZ | 60.96 | 51.61 | 58.97 | - |
| YUV | 194.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 196 | 0 | 0.30 | 0.19 | 0.05 | 338.33 | 0.73 | 0.81 |
| Hex | F2 | AA | C4 | 0 | 1E | 13 | 5 | 152 | 49 | 51 |
| Octal | 362 | 252 | 304 | 0 | 36 | 23 | 5 | 522 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11000100 | 0 | 11110 | 10011 | 101 | 101010010 | 1001001 | 1010001 |
Color Harmonies of #F2AAC4
Complementary color
Monochromatic Colors of #F2AAC4
Black with #F2AAC4
Text Example
Text Example
White with #F2AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAC4; }
p { color: rgb(242,170,196); }
H1.HeaderClassName
{
color: #F2AAC4;
}
.AnyTagClassName
{
color: #F2AAC4;
}
</style>
background-color css
<style>
a { background-color: #F2AAC4; }
a { background-color: rgb(242,170,196); }
div.DivClassName
{
background-color: #F2AAC4;
}
.BgClassName
{
background-color: #F2AAC4;
}
</style>
border-color css
<style>
span { border-color: #F2AAC4; }
span { border-color: rgb(242,170,196); }
td.TdClassName
{
border-color: #F2AAC4;
}
.TagClassName
{
border-color: #F2AAC4;
}
</style>