Shades of Cupid #F4B1C6
Tints of Cupid #F4B1C6
RGB
CMYK
RGB Variations
Color information
#F4B1C6 (or 0xF4B1C6) is known color: Cupid. HEX triplet: F4, B1 and C6. RGB value is (244,177,198). Sum of RGB (Red+Green+Blue) = 244+177+198=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1C6 is #0B4E39. Grayscale: #C7C7C7. Windows color (decimal): -740922 or 13021684. OLE color: 13021684.
HSL color Cylindrical-coordinate representation of color #F4B1C6: hue angle of 341.19º 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 #F4B1C6 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 198 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.04 |
| HSL | 341.19º | 0.75% | 0.83% | - |
| HSV(B) | 341.19º | 0.27% | 0.96% | - |
| XYZ | 63.22 | 54.75 | 60.66 | - |
| YUV | 199.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 198 | 0 | 0.27 | 0.19 | 0.04 | 341.19 | 0.75 | 0.83 |
| Hex | F4 | B1 | C6 | 0 | 1B | 13 | 4 | 155 | 4B | 53 |
| Octal | 364 | 261 | 306 | 0 | 33 | 23 | 4 | 525 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11000110 | 0 | 11011 | 10011 | 100 | 101010101 | 1001011 | 1010011 |
Color Harmonies of #F4B1C6
Complementary color
Monochromatic Colors of #F4B1C6
Black with #F4B1C6
Text Example
Text Example
White with #F4B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1C6; }
p { color: rgb(244,177,198); }
H1.HeaderClassName
{
color: #F4B1C6;
}
.AnyTagClassName
{
color: #F4B1C6;
}
</style>
background-color css
<style>
a { background-color: #F4B1C6; }
a { background-color: rgb(244,177,198); }
div.DivClassName
{
background-color: #F4B1C6;
}
.BgClassName
{
background-color: #F4B1C6;
}
</style>
border-color css
<style>
span { border-color: #F4B1C6; }
span { border-color: rgb(244,177,198); }
td.TdClassName
{
border-color: #F4B1C6;
}
.TagClassName
{
border-color: #F4B1C6;
}
</style>