#F7AAC1

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

Shades of Cupid #F7AAC1

Tints of Cupid #F7AAC1

Color information

#F7AAC1 (or 0xF7AAC1) is unknown color: approx Cupid. HEX triplet: F7, AA and C1. RGB value is (247,170,193). Sum of RGB (Red+Green+Blue) = 247+170+193=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC1 is #08553E. Grayscale: #C3C3C3. Windows color (decimal): -546111 or 12692215. OLE color: 12692215.

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

Color convert

RGB247170193-
CMYK00.310.220.03
HSL342.08º82.8%81.76%-
HSV(B)342.08º31.17%96.86%-
XYZ62.3652.3757.27-
YUV195.64126.51164.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=40.49%
G=27.87%
B=31.64%

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
Decimal24717019300.310.220.03342.0882.881.76
HexF7AAC101F1631565352
Octal367252301037263526123122
Binary111101111010101011000001011111101101110101011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC1; }

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

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

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

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

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

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

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

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