#F7ABC5

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

Shades of Cupid #F7ABC5

Tints of Cupid #F7ABC5

Color information

#F7ABC5 (or 0xF7ABC5) is unknown color: approx Cupid. HEX triplet: F7, AB and C5. RGB value is (247,171,197). Sum of RGB (Red+Green+Blue) = 247+171+197=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABC5 is #08543A. Grayscale: #C4C4C4. Windows color (decimal): -545851 or 12954615. OLE color: 12954615.

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

Color convert

RGB247171197-
CMYK00.310.200.03
HSL339.47º82.61%81.96%-
HSV(B)339.47º30.77%96.86%-
XYZ6352.9359.72-
YUV196.69128.18163.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=40.16%
G=27.80%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717119700.310.200.03339.4782.6181.96
HexF7ABC501F1431535352
Octal367253305037243523123122
Binary111101111010101111000101011111101001110101001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABC5; }

 p { color: rgb(247,171,197); }

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

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

 a { background-color: rgb(247,171,197); }

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

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

 span { border-color: rgb(247,171,197); }

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