Shades of Cupid #F1ACC2
Tints of Cupid #F1ACC2
RGB
CMYK
RGB Variations
Color information
#F1ACC2 (or 0xF1ACC2) is known color: Cupid. HEX triplet: F1, AC and C2. RGB value is (241,172,194). Sum of RGB (Red+Green+Blue) = 241+172+194=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC2 is #0E533D. Grayscale: #C3C3C3. Windows color (decimal): -938814 or 12758257. OLE color: 12758257.
HSL color Cylindrical-coordinate representation of color #F1ACC2: hue angle of 340.87º 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 #F1ACC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 194 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.05 |
| HSL | 340.87º | 0.71% | 0.81% | - |
| HSV(B) | 340.87º | 0.29% | 0.95% | - |
| XYZ | 60.77 | 52.1 | 57.89 | - |
| YUV | 195.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 194 | 0 | 0.29 | 0.20 | 0.05 | 340.87 | 0.71 | 0.81 |
| Hex | F1 | AC | C2 | 0 | 1D | 14 | 5 | 155 | 47 | 51 |
| Octal | 361 | 254 | 302 | 0 | 35 | 24 | 5 | 525 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11000010 | 0 | 11101 | 10100 | 101 | 101010101 | 1000111 | 1010001 |
Color Harmonies of #F1ACC2
Complementary color
Monochromatic Colors of #F1ACC2
Black with #F1ACC2
Text Example
Text Example
White with #F1ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACC2; }
p { color: rgb(241,172,194); }
H1.HeaderClassName
{
color: #F1ACC2;
}
.AnyTagClassName
{
color: #F1ACC2;
}
</style>
background-color css
<style>
a { background-color: #F1ACC2; }
a { background-color: rgb(241,172,194); }
div.DivClassName
{
background-color: #F1ACC2;
}
.BgClassName
{
background-color: #F1ACC2;
}
</style>
border-color css
<style>
span { border-color: #F1ACC2; }
span { border-color: rgb(241,172,194); }
td.TdClassName
{
border-color: #F1ACC2;
}
.TagClassName
{
border-color: #F1ACC2;
}
</style>