Shades of Cupid #F1AAC2
Tints of Cupid #F1AAC2
RGB
CMYK
RGB Variations
Color information
#F1AAC2 (or 0xF1AAC2) is known color: Cupid. HEX triplet: F1, AA and C2. RGB value is (241,170,194). Sum of RGB (Red+Green+Blue) = 241+170+194=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC2 is #0E553D. Grayscale: #C1C1C1. Windows color (decimal): -939326 or 12757745. OLE color: 12757745.
HSL color Cylindrical-coordinate representation of color #F1AAC2: hue angle of 339.72º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 194 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.05 |
| HSL | 339.72º | 0.72% | 0.81% | - |
| HSV(B) | 339.72º | 0.29% | 0.95% | - |
| XYZ | 60.39 | 51.35 | 57.77 | - |
| YUV | 193.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 194 | 0 | 0.29 | 0.20 | 0.05 | 339.72 | 0.72 | 0.81 |
| Hex | F1 | AA | C2 | 0 | 1D | 14 | 5 | 154 | 48 | 51 |
| Octal | 361 | 252 | 302 | 0 | 35 | 24 | 5 | 524 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11000010 | 0 | 11101 | 10100 | 101 | 101010100 | 1001000 | 1010001 |
Color Harmonies of #F1AAC2
Complementary color
Monochromatic Colors of #F1AAC2
Black with #F1AAC2
Text Example
Text Example
White with #F1AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAC2; }
p { color: rgb(241,170,194); }
H1.HeaderClassName
{
color: #F1AAC2;
}
.AnyTagClassName
{
color: #F1AAC2;
}
</style>
background-color css
<style>
a { background-color: #F1AAC2; }
a { background-color: rgb(241,170,194); }
div.DivClassName
{
background-color: #F1AAC2;
}
.BgClassName
{
background-color: #F1AAC2;
}
</style>
border-color css
<style>
span { border-color: #F1AAC2; }
span { border-color: rgb(241,170,194); }
td.TdClassName
{
border-color: #F1AAC2;
}
.TagClassName
{
border-color: #F1AAC2;
}
</style>