Shades of Cupid #F7B1C3
Tints of Cupid #F7B1C3
RGB
CMYK
RGB Variations
Color information
#F7B1C3 (or 0xF7B1C3) is known color: Cupid. HEX triplet: F7, B1 and C3. RGB value is (247,177,195). Sum of RGB (Red+Green+Blue) = 247+177+195=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B1C3 is #084E3C. Grayscale: #C7C7C7. Windows color (decimal): -544317 or 12825079. OLE color: 12825079.
HSL color Cylindrical-coordinate representation of color #F7B1C3: hue angle of 344.57º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B1C3 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 195 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.03 |
| HSL | 344.57º | 0.81% | 0.83% | - |
| HSV(B) | 344.57º | 0.28% | 0.97% | - |
| XYZ | 63.93 | 55.16 | 58.91 | - |
| YUV | 199.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 195 | 0 | 0.28 | 0.21 | 0.03 | 344.57 | 0.81 | 0.83 |
| Hex | F7 | B1 | C3 | 0 | 1C | 15 | 3 | 159 | 51 | 53 |
| Octal | 367 | 261 | 303 | 0 | 34 | 25 | 3 | 531 | 121 | 123 |
| Binary | 11110111 | 10110001 | 11000011 | 0 | 11100 | 10101 | 11 | 101011001 | 1010001 | 1010011 |
Color Harmonies of #F7B1C3
Complementary color
Monochromatic Colors of #F7B1C3
Black with #F7B1C3
Text Example
Text Example
White with #F7B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B1C3; }
p { color: rgb(247,177,195); }
H1.HeaderClassName
{
color: #F7B1C3;
}
.AnyTagClassName
{
color: #F7B1C3;
}
</style>
background-color css
<style>
a { background-color: #F7B1C3; }
a { background-color: rgb(247,177,195); }
div.DivClassName
{
background-color: #F7B1C3;
}
.BgClassName
{
background-color: #F7B1C3;
}
</style>
border-color css
<style>
span { border-color: #F7B1C3; }
span { border-color: rgb(247,177,195); }
td.TdClassName
{
border-color: #F7B1C3;
}
.TagClassName
{
border-color: #F7B1C3;
}
</style>