Shades of Cupid #F1ACC5
Tints of Cupid #F1ACC5
RGB
CMYK
RGB Variations
Color information
#F1ACC5 (or 0xF1ACC5) is known color: Cupid. HEX triplet: F1, AC and C5. RGB value is (241,172,197). Sum of RGB (Red+Green+Blue) = 241+172+197=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC5 is #0E533A. Grayscale: #C3C3C3. Windows color (decimal): -938811 or 12954865. OLE color: 12954865.
HSL color Cylindrical-coordinate representation of color #F1ACC5: hue angle of 338.26º 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 #F1ACC5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 197 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.05 |
| HSL | 338.26º | 0.71% | 0.81% | - |
| HSV(B) | 338.26º | 0.29% | 0.95% | - |
| XYZ | 61.11 | 52.24 | 59.69 | - |
| YUV | 195.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 197 | 0 | 0.29 | 0.18 | 0.05 | 338.26 | 0.71 | 0.81 |
| Hex | F1 | AC | C5 | 0 | 1D | 12 | 5 | 152 | 47 | 51 |
| Octal | 361 | 254 | 305 | 0 | 35 | 22 | 5 | 522 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11000101 | 0 | 11101 | 10010 | 101 | 101010010 | 1000111 | 1010001 |
Color Harmonies of #F1ACC5
Complementary color
Monochromatic Colors of #F1ACC5
Black with #F1ACC5
Text Example
Text Example
White with #F1ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACC5; }
p { color: rgb(241,172,197); }
H1.HeaderClassName
{
color: #F1ACC5;
}
.AnyTagClassName
{
color: #F1ACC5;
}
</style>
background-color css
<style>
a { background-color: #F1ACC5; }
a { background-color: rgb(241,172,197); }
div.DivClassName
{
background-color: #F1ACC5;
}
.BgClassName
{
background-color: #F1ACC5;
}
</style>
border-color css
<style>
span { border-color: #F1ACC5; }
span { border-color: rgb(241,172,197); }
td.TdClassName
{
border-color: #F1ACC5;
}
.TagClassName
{
border-color: #F1ACC5;
}
</style>