Shades of Cupid #F4B0C1
Tints of Cupid #F4B0C1
RGB
CMYK
RGB Variations
Color information
#F4B0C1 (or 0xF4B0C1) is known color: Cupid. HEX triplet: F4, B0 and C1. RGB value is (244,176,193). Sum of RGB (Red+Green+Blue) = 244+176+193=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0C1 is #0B4F3E. Grayscale: #C6C6C6. Windows color (decimal): -741183 or 12693748. OLE color: 12693748.
HSL color Cylindrical-coordinate representation of color #F4B0C1: hue angle of 345º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0C1 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 193 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.04 |
| HSL | 345º | 0.76% | 0.82% | - |
| HSV(B) | 345º | 0.28% | 0.96% | - |
| XYZ | 62.46 | 54.13 | 57.61 | - |
| YUV | 198.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 193 | 0 | 0.28 | 0.21 | 0.04 | 345 | 0.76 | 0.82 |
| Hex | F4 | B0 | C1 | 0 | 1C | 15 | 4 | 159 | 4C | 52 |
| Octal | 364 | 260 | 301 | 0 | 34 | 25 | 4 | 531 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11000001 | 0 | 11100 | 10101 | 100 | 101011001 | 1001100 | 1010010 |
Color Harmonies of #F4B0C1
Complementary color
Monochromatic Colors of #F4B0C1
Black with #F4B0C1
Text Example
Text Example
White with #F4B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0C1; }
p { color: rgb(244,176,193); }
H1.HeaderClassName
{
color: #F4B0C1;
}
.AnyTagClassName
{
color: #F4B0C1;
}
</style>
background-color css
<style>
a { background-color: #F4B0C1; }
a { background-color: rgb(244,176,193); }
div.DivClassName
{
background-color: #F4B0C1;
}
.BgClassName
{
background-color: #F4B0C1;
}
</style>
border-color css
<style>
span { border-color: #F4B0C1; }
span { border-color: rgb(244,176,193); }
td.TdClassName
{
border-color: #F4B0C1;
}
.TagClassName
{
border-color: #F4B0C1;
}
</style>