Shades of Cupid #F1B1CA
Tints of Cupid #F1B1CA
RGB
CMYK
RGB Variations
Color information
#F1B1CA (or 0xF1B1CA) is known color: Cupid. HEX triplet: F1, B1 and CA. RGB value is (241,177,202). Sum of RGB (Red+Green+Blue) = 241+177+202=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1CA is #0E4E35. Grayscale: #C6C6C6. Windows color (decimal): -937526 or 13283825. OLE color: 13283825.
HSL color Cylindrical-coordinate representation of color #F1B1CA: hue angle of 336.56º 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 #F1B1CA is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 202 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.05 |
| HSL | 336.56º | 0.7% | 0.82% | - |
| HSV(B) | 336.56º | 0.27% | 0.95% | - |
| XYZ | 62.66 | 54.41 | 63.08 | - |
| YUV | 198.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 202 | 0 | 0.27 | 0.16 | 0.05 | 336.56 | 0.7 | 0.82 |
| Hex | F1 | B1 | CA | 0 | 1B | 10 | 5 | 151 | 46 | 52 |
| Octal | 361 | 261 | 312 | 0 | 33 | 20 | 5 | 521 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11001010 | 0 | 11011 | 10000 | 101 | 101010001 | 1000110 | 1010010 |
Color Harmonies of #F1B1CA
Complementary color
Monochromatic Colors of #F1B1CA
Black with #F1B1CA
Text Example
Text Example
White with #F1B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1CA; }
p { color: rgb(241,177,202); }
H1.HeaderClassName
{
color: #F1B1CA;
}
.AnyTagClassName
{
color: #F1B1CA;
}
</style>
background-color css
<style>
a { background-color: #F1B1CA; }
a { background-color: rgb(241,177,202); }
div.DivClassName
{
background-color: #F1B1CA;
}
.BgClassName
{
background-color: #F1B1CA;
}
</style>
border-color css
<style>
span { border-color: #F1B1CA; }
span { border-color: rgb(241,177,202); }
td.TdClassName
{
border-color: #F1B1CA;
}
.TagClassName
{
border-color: #F1B1CA;
}
</style>