Shades of Cupid #F1ABC3
Tints of Cupid #F1ABC3
RGB
CMYK
RGB Variations
Color information
#F1ABC3 (or 0xF1ABC3) is known color: Cupid. HEX triplet: F1, AB and C3. RGB value is (241,171,195). Sum of RGB (Red+Green+Blue) = 241+171+195=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABC3 is #0E543C. Grayscale: #C2C2C2. Windows color (decimal): -939069 or 12823537. OLE color: 12823537.
HSL color Cylindrical-coordinate representation of color #F1ABC3: hue angle of 339.43º 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 #F1ABC3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 195 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.05 |
| HSL | 339.43º | 0.71% | 0.81% | - |
| HSV(B) | 339.43º | 0.29% | 0.95% | - |
| XYZ | 60.69 | 51.77 | 58.42 | - |
| YUV | 194.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 195 | 0 | 0.29 | 0.19 | 0.05 | 339.43 | 0.71 | 0.81 |
| Hex | F1 | AB | C3 | 0 | 1D | 13 | 5 | 153 | 47 | 51 |
| Octal | 361 | 253 | 303 | 0 | 35 | 23 | 5 | 523 | 107 | 121 |
| Binary | 11110001 | 10101011 | 11000011 | 0 | 11101 | 10011 | 101 | 101010011 | 1000111 | 1010001 |
Color Harmonies of #F1ABC3
Complementary color
Monochromatic Colors of #F1ABC3
Black with #F1ABC3
Text Example
Text Example
White with #F1ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABC3; }
p { color: rgb(241,171,195); }
H1.HeaderClassName
{
color: #F1ABC3;
}
.AnyTagClassName
{
color: #F1ABC3;
}
</style>
background-color css
<style>
a { background-color: #F1ABC3; }
a { background-color: rgb(241,171,195); }
div.DivClassName
{
background-color: #F1ABC3;
}
.BgClassName
{
background-color: #F1ABC3;
}
</style>
border-color css
<style>
span { border-color: #F1ABC3; }
span { border-color: rgb(241,171,195); }
td.TdClassName
{
border-color: #F1ABC3;
}
.TagClassName
{
border-color: #F1ABC3;
}
</style>