Shades of Cupid #F1B2CA
Tints of Cupid #F1B2CA
RGB
CMYK
RGB Variations
Color information
#F1B2CA (or 0xF1B2CA) is known color: Cupid. HEX triplet: F1, B2 and CA. RGB value is (241,178,202). Sum of RGB (Red+Green+Blue) = 241+178+202=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2CA is #0E4D35. Grayscale: #C7C7C7. Windows color (decimal): -937270 or 13284081. OLE color: 13284081.
HSL color Cylindrical-coordinate representation of color #F1B2CA: hue angle of 337.14º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B2CA is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 202 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.05 |
| HSL | 337.14º | 0.69% | 0.82% | - |
| HSV(B) | 337.14º | 0.26% | 0.95% | - |
| XYZ | 62.86 | 54.81 | 63.14 | - |
| YUV | 199.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 202 | 0 | 0.26 | 0.16 | 0.05 | 337.14 | 0.69 | 0.82 |
| Hex | F1 | B2 | CA | 0 | 1A | 10 | 5 | 151 | 45 | 52 |
| Octal | 361 | 262 | 312 | 0 | 32 | 20 | 5 | 521 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11001010 | 0 | 11010 | 10000 | 101 | 101010001 | 1000101 | 1010010 |
Color Harmonies of #F1B2CA
Complementary color
Monochromatic Colors of #F1B2CA
Black with #F1B2CA
Text Example
Text Example
White with #F1B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2CA; }
p { color: rgb(241,178,202); }
H1.HeaderClassName
{
color: #F1B2CA;
}
.AnyTagClassName
{
color: #F1B2CA;
}
</style>
background-color css
<style>
a { background-color: #F1B2CA; }
a { background-color: rgb(241,178,202); }
div.DivClassName
{
background-color: #F1B2CA;
}
.BgClassName
{
background-color: #F1B2CA;
}
</style>
border-color css
<style>
span { border-color: #F1B2CA; }
span { border-color: rgb(241,178,202); }
td.TdClassName
{
border-color: #F1B2CA;
}
.TagClassName
{
border-color: #F1B2CA;
}
</style>