#F7AAC0

Color #F7AAC0 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F7AAC0

Tints of Cupid #F7AAC0

Color information

#F7AAC0 (or 0xF7AAC0) is unknown color: approx Cupid. HEX triplet: F7, AA and C0. RGB value is (247,170,192). Sum of RGB (Red+Green+Blue) = 247+170+192=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC0 is #08553F. Grayscale: #C3C3C3. Windows color (decimal): -546112 or 12626679. OLE color: 12626679.

HSL color Cylindrical-coordinate representation of color #F7AAC0: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAC0 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247170192-
CMYK00.310.220.03
HSL342.86º82.8%81.76%-
HSV(B)342.86º31.17%96.86%-
XYZ62.2552.3356.69-
YUV195.53126.01164.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=40.56%
G=27.91%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717019200.310.220.03342.8682.881.76
HexF7AAC001F1631575352
Octal367252300037263527123122
Binary111101111010101011000000011111101101110101011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC0; }

 p { color: rgb(247,170,192); }

 H1.HeaderClassName
 {
   color: #F7AAC0;
 }
 .AnyTagClassName
 {
   color: #F7AAC0;
 }
</style>
background-color css

<style>
 a { background-color: #F7AAC0; }

 a { background-color: rgb(247,170,192); }

 div.DivClassName
 {
   background-color: #F7AAC0;
 }
 .BgClassName
 {
   background-color: #F7AAC0;
 }
</style>
border-color css

<style>
 span { border-color: #F7AAC0; }

 span { border-color: rgb(247,170,192); }

 td.TdClassName
 {
   border-color: #F7AAC0;
 }
 .TagClassName
 {
   border-color: #F7AAC0;
 }
</style>