Shades of Cupid #F7B4CA
Tints of Cupid #F7B4CA
RGB
CMYK
RGB Variations
Color information
#F7B4CA (or 0xF7B4CA) is known color: Cupid. HEX triplet: F7, B4 and CA. RGB value is (247,180,202). Sum of RGB (Red+Green+Blue) = 247+180+202=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4CA is #084B35. Grayscale: #CACACA. Windows color (decimal): -543542 or 13284599. OLE color: 13284599.
HSL color Cylindrical-coordinate representation of color #F7B4CA: hue angle of 340.3º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B4CA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 202 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.03 |
| HSL | 340.3º | 0.81% | 0.84% | - |
| HSV(B) | 340.3º | 0.27% | 0.97% | - |
| XYZ | 65.34 | 56.68 | 63.37 | - |
| YUV | 202.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 202 | 0 | 0.27 | 0.18 | 0.03 | 340.3 | 0.81 | 0.84 |
| Hex | F7 | B4 | CA | 0 | 1B | 12 | 3 | 154 | 51 | 54 |
| Octal | 367 | 264 | 312 | 0 | 33 | 22 | 3 | 524 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11001010 | 0 | 11011 | 10010 | 11 | 101010100 | 1010001 | 1010100 |
Color Harmonies of #F7B4CA
Complementary color
Monochromatic Colors of #F7B4CA
Black with #F7B4CA
Text Example
Text Example
White with #F7B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4CA; }
p { color: rgb(247,180,202); }
H1.HeaderClassName
{
color: #F7B4CA;
}
.AnyTagClassName
{
color: #F7B4CA;
}
</style>
background-color css
<style>
a { background-color: #F7B4CA; }
a { background-color: rgb(247,180,202); }
div.DivClassName
{
background-color: #F7B4CA;
}
.BgClassName
{
background-color: #F7B4CA;
}
</style>
border-color css
<style>
span { border-color: #F7B4CA; }
span { border-color: rgb(247,180,202); }
td.TdClassName
{
border-color: #F7B4CA;
}
.TagClassName
{
border-color: #F7B4CA;
}
</style>