Shades of Cupid #F1ABC6
Tints of Cupid #F1ABC6
RGB
CMYK
RGB Variations
Color information
#F1ABC6 (or 0xF1ABC6) is known color: Cupid. HEX triplet: F1, AB and C6. RGB value is (241,171,198). Sum of RGB (Red+Green+Blue) = 241+171+198=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABC6 is #0E5439. Grayscale: #C2C2C2. Windows color (decimal): -939066 or 13020145. OLE color: 13020145.
HSL color Cylindrical-coordinate representation of color #F1ABC6: hue angle of 336.86º 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 #F1ABC6 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 198 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.05 |
| HSL | 336.86º | 0.71% | 0.81% | - |
| HSV(B) | 336.86º | 0.29% | 0.95% | - |
| XYZ | 61.03 | 51.9 | 60.23 | - |
| YUV | 195.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 198 | 0 | 0.29 | 0.18 | 0.05 | 336.86 | 0.71 | 0.81 |
| Hex | F1 | AB | C6 | 0 | 1D | 12 | 5 | 151 | 47 | 51 |
| Octal | 361 | 253 | 306 | 0 | 35 | 22 | 5 | 521 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11000110 | 0 | 11101 | 10010 | 101 | 101010001 | 1000111 | 1010001 |
Color Harmonies of #F1ABC6
Complementary color
Monochromatic Colors of #F1ABC6
Black with #F1ABC6
Text Example
Text Example
White with #F1ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABC6; }
p { color: rgb(241,171,198); }
H1.HeaderClassName
{
color: #F1ABC6;
}
.AnyTagClassName
{
color: #F1ABC6;
}
</style>
background-color css
<style>
a { background-color: #F1ABC6; }
a { background-color: rgb(241,171,198); }
div.DivClassName
{
background-color: #F1ABC6;
}
.BgClassName
{
background-color: #F1ABC6;
}
</style>
border-color css
<style>
span { border-color: #F1ABC6; }
span { border-color: rgb(241,171,198); }
td.TdClassName
{
border-color: #F1ABC6;
}
.TagClassName
{
border-color: #F1ABC6;
}
</style>