#F7AABA

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

Shades of Cupid #F7AABA

Tints of Cupid #F7AABA

Color information

#F7AABA (or 0xF7AABA) is unknown color: approx Cupid. HEX triplet: F7, AA and BA. RGB value is (247,170,186). Sum of RGB (Red+Green+Blue) = 247+170+186=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AABA is #085545. Grayscale: #C2C2C2. Windows color (decimal): -546118 or 12233463. OLE color: 12233463.

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

Color convert

RGB247170186-
CMYK00.310.250.03
HSL347.53º82.8%81.76%-
HSV(B)347.53º31.17%96.86%-
XYZ61.652.0753.26-
YUV194.85123.01165.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=40.96%
G=28.19%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717018600.310.250.03347.5382.881.76
HexF7AABA01F19315c5352
Octal367252272037313534123122
Binary111101111010101010111010011111110011110101110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AABA; }

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

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

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

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

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

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

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

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