Shades of Cupid #F1B4C5
Tints of Cupid #F1B4C5
RGB
CMYK
RGB Variations
Color information
#F1B4C5 (or 0xF1B4C5) is known color: Cupid. HEX triplet: F1, B4 and C5. RGB value is (241,180,197). Sum of RGB (Red+Green+Blue) = 241+180+197=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4C5 is #0E4B3A. Grayscale: #C8C8C8. Windows color (decimal): -936763 or 12956913. OLE color: 12956913.
HSL color Cylindrical-coordinate representation of color #F1B4C5: hue angle of 343.28º 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 #F1B4C5 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 197 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.05 |
| HSL | 343.28º | 0.69% | 0.83% | - |
| HSV(B) | 343.28º | 0.25% | 0.95% | - |
| XYZ | 62.67 | 55.37 | 60.21 | - |
| YUV | 200.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 197 | 0 | 0.25 | 0.18 | 0.05 | 343.28 | 0.69 | 0.83 |
| Hex | F1 | B4 | C5 | 0 | 19 | 12 | 5 | 157 | 45 | 53 |
| Octal | 361 | 264 | 305 | 0 | 31 | 22 | 5 | 527 | 105 | 123 |
| Binary | 11110001 | 10110100 | 11000101 | 0 | 11001 | 10010 | 101 | 101010111 | 1000101 | 1010011 |
Color Harmonies of #F1B4C5
Complementary color
Monochromatic Colors of #F1B4C5
Black with #F1B4C5
Text Example
Text Example
White with #F1B4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4C5; }
p { color: rgb(241,180,197); }
H1.HeaderClassName
{
color: #F1B4C5;
}
.AnyTagClassName
{
color: #F1B4C5;
}
</style>
background-color css
<style>
a { background-color: #F1B4C5; }
a { background-color: rgb(241,180,197); }
div.DivClassName
{
background-color: #F1B4C5;
}
.BgClassName
{
background-color: #F1B4C5;
}
</style>
border-color css
<style>
span { border-color: #F1B4C5; }
span { border-color: rgb(241,180,197); }
td.TdClassName
{
border-color: #F1B4C5;
}
.TagClassName
{
border-color: #F1B4C5;
}
</style>