Shades of Cupid #F1B4C3
Tints of Cupid #F1B4C3
RGB
CMYK
RGB Variations
Color information
#F1B4C3 (or 0xF1B4C3) is known color: Cupid. HEX triplet: F1, B4 and C3. RGB value is (241,180,195). Sum of RGB (Red+Green+Blue) = 241+180+195=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4C3 is #0E4B3C. Grayscale: #C7C7C7. Windows color (decimal): -936765 or 12825841. OLE color: 12825841.
HSL color Cylindrical-coordinate representation of color #F1B4C3: hue angle of 345.25º degrees, saturation: 0.69, 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 #F1B4C3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 195 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.05 |
| HSL | 345.25º | 0.69% | 0.83% | - |
| HSV(B) | 345.25º | 0.25% | 0.95% | - |
| XYZ | 62.45 | 55.28 | 59.01 | - |
| YUV | 199.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 195 | 0 | 0.25 | 0.19 | 0.05 | 345.25 | 0.69 | 0.83 |
| Hex | F1 | B4 | C3 | 0 | 19 | 13 | 5 | 159 | 45 | 53 |
| Octal | 361 | 264 | 303 | 0 | 31 | 23 | 5 | 531 | 105 | 123 |
| Binary | 11110001 | 10110100 | 11000011 | 0 | 11001 | 10011 | 101 | 101011001 | 1000101 | 1010011 |
Color Harmonies of #F1B4C3
Complementary color
Monochromatic Colors of #F1B4C3
Black with #F1B4C3
Text Example
Text Example
White with #F1B4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4C3; }
p { color: rgb(241,180,195); }
H1.HeaderClassName
{
color: #F1B4C3;
}
.AnyTagClassName
{
color: #F1B4C3;
}
</style>
background-color css
<style>
a { background-color: #F1B4C3; }
a { background-color: rgb(241,180,195); }
div.DivClassName
{
background-color: #F1B4C3;
}
.BgClassName
{
background-color: #F1B4C3;
}
</style>
border-color css
<style>
span { border-color: #F1B4C3; }
span { border-color: rgb(241,180,195); }
td.TdClassName
{
border-color: #F1B4C3;
}
.TagClassName
{
border-color: #F1B4C3;
}
</style>