Shades of Cupid #F7B2C3
Tints of Cupid #F7B2C3
RGB
CMYK
RGB Variations
Color information
#F7B2C3 (or 0xF7B2C3) is known color: Cupid. HEX triplet: F7, B2 and C3. RGB value is (247,178,195). Sum of RGB (Red+Green+Blue) = 247+178+195=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2C3 is #084D3C. Grayscale: #C8C8C8. Windows color (decimal): -544061 or 12825335. OLE color: 12825335.
HSL color Cylindrical-coordinate representation of color #F7B2C3: hue angle of 345.22º 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 #F7B2C3 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 195 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.03 |
| HSL | 345.22º | 0.81% | 0.83% | - |
| HSV(B) | 345.22º | 0.28% | 0.97% | - |
| XYZ | 64.13 | 55.56 | 58.97 | - |
| YUV | 200.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 195 | 0 | 0.28 | 0.21 | 0.03 | 345.22 | 0.81 | 0.83 |
| Hex | F7 | B2 | C3 | 0 | 1C | 15 | 3 | 159 | 51 | 53 |
| Octal | 367 | 262 | 303 | 0 | 34 | 25 | 3 | 531 | 121 | 123 |
| Binary | 11110111 | 10110010 | 11000011 | 0 | 11100 | 10101 | 11 | 101011001 | 1010001 | 1010011 |
Color Harmonies of #F7B2C3
Complementary color
Monochromatic Colors of #F7B2C3
Black with #F7B2C3
Text Example
Text Example
White with #F7B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B2C3; }
p { color: rgb(247,178,195); }
H1.HeaderClassName
{
color: #F7B2C3;
}
.AnyTagClassName
{
color: #F7B2C3;
}
</style>
background-color css
<style>
a { background-color: #F7B2C3; }
a { background-color: rgb(247,178,195); }
div.DivClassName
{
background-color: #F7B2C3;
}
.BgClassName
{
background-color: #F7B2C3;
}
</style>
border-color css
<style>
span { border-color: #F7B2C3; }
span { border-color: rgb(247,178,195); }
td.TdClassName
{
border-color: #F7B2C3;
}
.TagClassName
{
border-color: #F7B2C3;
}
</style>