Shades of Cupid #F1B1C2
Tints of Cupid #F1B1C2
RGB
CMYK
RGB Variations
Color information
#F1B1C2 (or 0xF1B1C2) is known color: Cupid. HEX triplet: F1, B1 and C2. RGB value is (241,177,194). Sum of RGB (Red+Green+Blue) = 241+177+194=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1C2 is #0E4E3D. Grayscale: #C6C6C6. Windows color (decimal): -937534 or 12759537. OLE color: 12759537.
HSL color Cylindrical-coordinate representation of color #F1B1C2: hue angle of 344.06º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1C2 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 194 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.05 |
| HSL | 344.06º | 0.7% | 0.82% | - |
| HSV(B) | 344.06º | 0.27% | 0.95% | - |
| XYZ | 61.74 | 54.04 | 58.22 | - |
| YUV | 198.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 194 | 0 | 0.27 | 0.20 | 0.05 | 344.06 | 0.7 | 0.82 |
| Hex | F1 | B1 | C2 | 0 | 1B | 14 | 5 | 158 | 46 | 52 |
| Octal | 361 | 261 | 302 | 0 | 33 | 24 | 5 | 530 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11000010 | 0 | 11011 | 10100 | 101 | 101011000 | 1000110 | 1010010 |
Color Harmonies of #F1B1C2
Complementary color
Monochromatic Colors of #F1B1C2
Black with #F1B1C2
Text Example
Text Example
White with #F1B1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1C2; }
p { color: rgb(241,177,194); }
H1.HeaderClassName
{
color: #F1B1C2;
}
.AnyTagClassName
{
color: #F1B1C2;
}
</style>
background-color css
<style>
a { background-color: #F1B1C2; }
a { background-color: rgb(241,177,194); }
div.DivClassName
{
background-color: #F1B1C2;
}
.BgClassName
{
background-color: #F1B1C2;
}
</style>
border-color css
<style>
span { border-color: #F1B1C2; }
span { border-color: rgb(241,177,194); }
td.TdClassName
{
border-color: #F1B1C2;
}
.TagClassName
{
border-color: #F1B1C2;
}
</style>