Shades of Cupid #F1B1C3
Tints of Cupid #F1B1C3
RGB
CMYK
RGB Variations
Color information
#F1B1C3 (or 0xF1B1C3) is known color: Cupid. HEX triplet: F1, B1 and C3. RGB value is (241,177,195). Sum of RGB (Red+Green+Blue) = 241+177+195=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1C3 is #0E4E3C. Grayscale: #C6C6C6. Windows color (decimal): -937533 or 12825073. OLE color: 12825073.
HSL color Cylindrical-coordinate representation of color #F1B1C3: hue angle of 343.12º 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 #F1B1C3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 195 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.05 |
| HSL | 343.13º | 0.7% | 0.82% | - |
| HSV(B) | 343.13º | 0.27% | 0.95% | - |
| XYZ | 61.85 | 54.09 | 58.81 | - |
| YUV | 198.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 195 | 0 | 0.27 | 0.19 | 0.05 | 343.13 | 0.7 | 0.82 |
| Hex | F1 | B1 | C3 | 0 | 1B | 13 | 5 | 157 | 46 | 52 |
| Octal | 361 | 261 | 303 | 0 | 33 | 23 | 5 | 527 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11000011 | 0 | 11011 | 10011 | 101 | 101010111 | 1000110 | 1010010 |
Color Harmonies of #F1B1C3
Complementary color
Monochromatic Colors of #F1B1C3
Black with #F1B1C3
Text Example
Text Example
White with #F1B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1C3; }
p { color: rgb(241,177,195); }
H1.HeaderClassName
{
color: #F1B1C3;
}
.AnyTagClassName
{
color: #F1B1C3;
}
</style>
background-color css
<style>
a { background-color: #F1B1C3; }
a { background-color: rgb(241,177,195); }
div.DivClassName
{
background-color: #F1B1C3;
}
.BgClassName
{
background-color: #F1B1C3;
}
</style>
border-color css
<style>
span { border-color: #F1B1C3; }
span { border-color: rgb(241,177,195); }
td.TdClassName
{
border-color: #F1B1C3;
}
.TagClassName
{
border-color: #F1B1C3;
}
</style>