Shades of Cupid #F1ACC0
Tints of Cupid #F1ACC0
RGB
CMYK
RGB Variations
Color information
#F1ACC0 (or 0xF1ACC0) is known color: Cupid. HEX triplet: F1, AC and C0. RGB value is (241,172,192). Sum of RGB (Red+Green+Blue) = 241+172+192=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC0 is #0E533F. Grayscale: #C2C2C2. Windows color (decimal): -938816 or 12627185. OLE color: 12627185.
HSL color Cylindrical-coordinate representation of color #F1ACC0: hue angle of 342.61º degrees, saturation: 0.71, 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 #F1ACC0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 192 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.05 |
| HSL | 342.61º | 0.71% | 0.81% | - |
| HSV(B) | 342.61º | 0.29% | 0.95% | - |
| XYZ | 60.54 | 52.01 | 56.72 | - |
| YUV | 194.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 192 | 0 | 0.29 | 0.20 | 0.05 | 342.61 | 0.71 | 0.81 |
| Hex | F1 | AC | C0 | 0 | 1D | 14 | 5 | 157 | 47 | 51 |
| Octal | 361 | 254 | 300 | 0 | 35 | 24 | 5 | 527 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11000000 | 0 | 11101 | 10100 | 101 | 101010111 | 1000111 | 1010001 |
Color Harmonies of #F1ACC0
Complementary color
Monochromatic Colors of #F1ACC0
Black with #F1ACC0
Text Example
Text Example
White with #F1ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACC0; }
p { color: rgb(241,172,192); }
H1.HeaderClassName
{
color: #F1ACC0;
}
.AnyTagClassName
{
color: #F1ACC0;
}
</style>
background-color css
<style>
a { background-color: #F1ACC0; }
a { background-color: rgb(241,172,192); }
div.DivClassName
{
background-color: #F1ACC0;
}
.BgClassName
{
background-color: #F1ACC0;
}
</style>
border-color css
<style>
span { border-color: #F1ACC0; }
span { border-color: rgb(241,172,192); }
td.TdClassName
{
border-color: #F1ACC0;
}
.TagClassName
{
border-color: #F1ACC0;
}
</style>