Shades of Cupid #F1B5C0
Tints of Cupid #F1B5C0
RGB
CMYK
RGB Variations
Color information
#F1B5C0 (or 0xF1B5C0) is known color: Cupid. HEX triplet: F1, B5 and C0. RGB value is (241,181,192). Sum of RGB (Red+Green+Blue) = 241+181+192=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5C0 is #0E4A3F. Grayscale: #C8C8C8. Windows color (decimal): -936512 or 12629489. OLE color: 12629489.
HSL color Cylindrical-coordinate representation of color #F1B5C0: hue angle of 349º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5C0 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 192 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.05 |
| HSL | 349º | 0.68% | 0.83% | - |
| HSV(B) | 349º | 0.25% | 0.95% | - |
| XYZ | 62.31 | 55.55 | 57.31 | - |
| YUV | 200.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 192 | 0 | 0.25 | 0.20 | 0.05 | 349 | 0.68 | 0.83 |
| Hex | F1 | B5 | C0 | 0 | 19 | 14 | 5 | 15D | 44 | 53 |
| Octal | 361 | 265 | 300 | 0 | 31 | 24 | 5 | 535 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11000000 | 0 | 11001 | 10100 | 101 | 101011101 | 1000100 | 1010011 |
Color Harmonies of #F1B5C0
Complementary color
Monochromatic Colors of #F1B5C0
Black with #F1B5C0
Text Example
Text Example
White with #F1B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5C0; }
p { color: rgb(241,181,192); }
H1.HeaderClassName
{
color: #F1B5C0;
}
.AnyTagClassName
{
color: #F1B5C0;
}
</style>
background-color css
<style>
a { background-color: #F1B5C0; }
a { background-color: rgb(241,181,192); }
div.DivClassName
{
background-color: #F1B5C0;
}
.BgClassName
{
background-color: #F1B5C0;
}
</style>
border-color css
<style>
span { border-color: #F1B5C0; }
span { border-color: rgb(241,181,192); }
td.TdClassName
{
border-color: #F1B5C0;
}
.TagClassName
{
border-color: #F1B5C0;
}
</style>