Shades of Cupid #F2B1CA
Tints of Cupid #F2B1CA
RGB
CMYK
RGB Variations
Color information
#F2B1CA (or 0xF2B1CA) is known color: Cupid. HEX triplet: F2, B1 and CA. RGB value is (242,177,202). Sum of RGB (Red+Green+Blue) = 242+177+202=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1CA is #0D4E35. Grayscale: #C7C7C7. Windows color (decimal): -871990 or 13283826. OLE color: 13283826.
HSL color Cylindrical-coordinate representation of color #F2B1CA: hue angle of 336.92º degrees, saturation: 0.71, 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 #F2B1CA is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 202 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.05 |
| HSL | 336.92º | 0.71% | 0.82% | - |
| HSV(B) | 336.92º | 0.27% | 0.95% | - |
| XYZ | 63 | 54.59 | 63.09 | - |
| YUV | 199.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 202 | 0 | 0.27 | 0.17 | 0.05 | 336.92 | 0.71 | 0.82 |
| Hex | F2 | B1 | CA | 0 | 1B | 11 | 5 | 151 | 47 | 52 |
| Octal | 362 | 261 | 312 | 0 | 33 | 21 | 5 | 521 | 107 | 122 |
| Binary | 11110010 | 10110001 | 11001010 | 0 | 11011 | 10001 | 101 | 101010001 | 1000111 | 1010010 |
Color Harmonies of #F2B1CA
Complementary color
Monochromatic Colors of #F2B1CA
Black with #F2B1CA
Text Example
Text Example
White with #F2B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1CA; }
p { color: rgb(242,177,202); }
H1.HeaderClassName
{
color: #F2B1CA;
}
.AnyTagClassName
{
color: #F2B1CA;
}
</style>
background-color css
<style>
a { background-color: #F2B1CA; }
a { background-color: rgb(242,177,202); }
div.DivClassName
{
background-color: #F2B1CA;
}
.BgClassName
{
background-color: #F2B1CA;
}
</style>
border-color css
<style>
span { border-color: #F2B1CA; }
span { border-color: rgb(242,177,202); }
td.TdClassName
{
border-color: #F2B1CA;
}
.TagClassName
{
border-color: #F2B1CA;
}
</style>