Shades of Cupid #F1AAC5
Tints of Cupid #F1AAC5
RGB
CMYK
RGB Variations
Color information
#F1AAC5 (or 0xF1AAC5) is known color: Cupid. HEX triplet: F1, AA and C5. RGB value is (241,170,197). Sum of RGB (Red+Green+Blue) = 241+170+197=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC5 is #0E553A. Grayscale: #C2C2C2. Windows color (decimal): -939323 or 12954353. OLE color: 12954353.
HSL color Cylindrical-coordinate representation of color #F1AAC5: hue angle of 337.18º 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 #F1AAC5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 197 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.05 |
| HSL | 337.18º | 0.72% | 0.81% | - |
| HSV(B) | 337.18º | 0.29% | 0.95% | - |
| XYZ | 60.73 | 51.48 | 59.56 | - |
| YUV | 194.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 197 | 0 | 0.29 | 0.18 | 0.05 | 337.18 | 0.72 | 0.81 |
| Hex | F1 | AA | C5 | 0 | 1D | 12 | 5 | 151 | 48 | 51 |
| Octal | 361 | 252 | 305 | 0 | 35 | 22 | 5 | 521 | 110 | 121 |
| Binary | 11110001 | 10101010 | 11000101 | 0 | 11101 | 10010 | 101 | 101010001 | 1001000 | 1010001 |
Color Harmonies of #F1AAC5
Complementary color
Monochromatic Colors of #F1AAC5
Black with #F1AAC5
Text Example
Text Example
White with #F1AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAC5; }
p { color: rgb(241,170,197); }
H1.HeaderClassName
{
color: #F1AAC5;
}
.AnyTagClassName
{
color: #F1AAC5;
}
</style>
background-color css
<style>
a { background-color: #F1AAC5; }
a { background-color: rgb(241,170,197); }
div.DivClassName
{
background-color: #F1AAC5;
}
.BgClassName
{
background-color: #F1AAC5;
}
</style>
border-color css
<style>
span { border-color: #F1AAC5; }
span { border-color: rgb(241,170,197); }
td.TdClassName
{
border-color: #F1AAC5;
}
.TagClassName
{
border-color: #F1AAC5;
}
</style>