Shades of Cupid #F4B1BF
Tints of Cupid #F4B1BF
RGB
CMYK
RGB Variations
Color information
#F4B1BF (or 0xF4B1BF) is known color: Cupid. HEX triplet: F4, B1 and BF. RGB value is (244,177,191). Sum of RGB (Red+Green+Blue) = 244+177+191=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1BF is #0B4E40. Grayscale: #C6C6C6. Windows color (decimal): -740929 or 12562932. OLE color: 12562932.
HSL color Cylindrical-coordinate representation of color #F4B1BF: hue angle of 347.46º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B1BF is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 191 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.04 |
| HSL | 347.46º | 0.75% | 0.83% | - |
| HSV(B) | 347.46º | 0.27% | 0.96% | - |
| XYZ | 62.43 | 54.44 | 56.51 | - |
| YUV | 198.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 191 | 0 | 0.27 | 0.22 | 0.04 | 347.46 | 0.75 | 0.83 |
| Hex | F4 | B1 | BF | 0 | 1B | 16 | 4 | 15B | 4B | 53 |
| Octal | 364 | 261 | 277 | 0 | 33 | 26 | 4 | 533 | 113 | 123 |
| Binary | 11110100 | 10110001 | 10111111 | 0 | 11011 | 10110 | 100 | 101011011 | 1001011 | 1010011 |
Color Harmonies of #F4B1BF
Complementary color
Monochromatic Colors of #F4B1BF
Black with #F4B1BF
Text Example
Text Example
White with #F4B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1BF; }
p { color: rgb(244,177,191); }
H1.HeaderClassName
{
color: #F4B1BF;
}
.AnyTagClassName
{
color: #F4B1BF;
}
</style>
background-color css
<style>
a { background-color: #F4B1BF; }
a { background-color: rgb(244,177,191); }
div.DivClassName
{
background-color: #F4B1BF;
}
.BgClassName
{
background-color: #F4B1BF;
}
</style>
border-color css
<style>
span { border-color: #F4B1BF; }
span { border-color: rgb(244,177,191); }
td.TdClassName
{
border-color: #F4B1BF;
}
.TagClassName
{
border-color: #F4B1BF;
}
</style>