#F7A9C3

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

Shades of Cupid #F7A9C3

Tints of Cupid #F7A9C3

Color information

#F7A9C3 (or 0xF7A9C3) is unknown color: approx Cupid. HEX triplet: F7, A9 and C3. RGB value is (247,169,195). Sum of RGB (Red+Green+Blue) = 247+169+195=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A9C3 is #08563C. Grayscale: #C3C3C3. Windows color (decimal): -546365 or 12823031. OLE color: 12823031.

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

Color convert

RGB247169195-
CMYK00.320.210.03
HSL340º82.98%81.57%-
HSV(B)340º31.58%96.86%-
XYZ62.452.0958.4-
YUV195.29127.84164.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=40.43%
G=27.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716919500.320.210.0334082.9881.57
HexF7A9C30201531545352
Octal367251303040253524123122
Binary1111011110101001110000110100000101011110101010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A9C3; }

 p { color: rgb(247,169,195); }

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

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

 a { background-color: rgb(247,169,195); }

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

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

 span { border-color: rgb(247,169,195); }

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