Shades of Cupid #F1B2C3
Tints of Cupid #F1B2C3
RGB
CMYK
RGB Variations
Color information
#F1B2C3 (or 0xF1B2C3) is known color: Cupid. HEX triplet: F1, B2 and C3. RGB value is (241,178,195). Sum of RGB (Red+Green+Blue) = 241+178+195=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2C3 is #0E4D3C. Grayscale: #C6C6C6. Windows color (decimal): -937277 or 12825329. OLE color: 12825329.
HSL color Cylindrical-coordinate representation of color #F1B2C3: hue angle of 343.81º 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 #F1B2C3 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 195 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.05 |
| HSL | 343.81º | 0.69% | 0.82% | - |
| HSV(B) | 343.81º | 0.26% | 0.95% | - |
| XYZ | 62.05 | 54.48 | 58.88 | - |
| YUV | 198.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 195 | 0 | 0.26 | 0.19 | 0.05 | 343.81 | 0.69 | 0.82 |
| Hex | F1 | B2 | C3 | 0 | 1A | 13 | 5 | 158 | 45 | 52 |
| Octal | 361 | 262 | 303 | 0 | 32 | 23 | 5 | 530 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11000011 | 0 | 11010 | 10011 | 101 | 101011000 | 1000101 | 1010010 |
Color Harmonies of #F1B2C3
Complementary color
Monochromatic Colors of #F1B2C3
Black with #F1B2C3
Text Example
Text Example
White with #F1B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2C3; }
p { color: rgb(241,178,195); }
H1.HeaderClassName
{
color: #F1B2C3;
}
.AnyTagClassName
{
color: #F1B2C3;
}
</style>
background-color css
<style>
a { background-color: #F1B2C3; }
a { background-color: rgb(241,178,195); }
div.DivClassName
{
background-color: #F1B2C3;
}
.BgClassName
{
background-color: #F1B2C3;
}
</style>
border-color css
<style>
span { border-color: #F1B2C3; }
span { border-color: rgb(241,178,195); }
td.TdClassName
{
border-color: #F1B2C3;
}
.TagClassName
{
border-color: #F1B2C3;
}
</style>