#F7AAC2

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

Shades of Cupid #F7AAC2

Tints of Cupid #F7AAC2

Color information

#F7AAC2 (or 0xF7AAC2) is unknown color: approx Cupid. HEX triplet: F7, AA and C2. RGB value is (247,170,194). Sum of RGB (Red+Green+Blue) = 247+170+194=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC2 is #08553D. Grayscale: #C3C3C3. Windows color (decimal): -546110 or 12757751. OLE color: 12757751.

HSL color Cylindrical-coordinate representation of color #F7AAC2: hue angle of 341.3º 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 #F7AAC2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247170194-
CMYK00.310.210.03
HSL341.3º82.8%81.76%-
HSV(B)341.3º31.17%96.86%-
XYZ62.4752.4257.86-
YUV195.76127.01164.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=40.43%
G=27.82%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717019400.310.210.03341.382.881.76
HexF7AAC201F1531555352
Octal367252302037253525123122
Binary111101111010101011000010011111101011110101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC2; }

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

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

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

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

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

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

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

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