#F7AFC3

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

Shades of Cupid #F7AFC3

Tints of Cupid #F7AFC3

Color information

#F7AFC3 (or 0xF7AFC3) is unknown color: approx Cupid. HEX triplet: F7, AF and C3. RGB value is (247,175,195). Sum of RGB (Red+Green+Blue) = 247+175+195=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFC3 is #08503C. Grayscale: #C6C6C6. Windows color (decimal): -544829 or 12824567. OLE color: 12824567.

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

Color convert

RGB247175195-
CMYK00.290.210.03
HSL343.33º81.82%82.75%-
HSV(B)343.33º29.15%96.86%-
XYZ63.5454.3758.78-
YUV198.81125.85162.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=40.03%
G=28.36%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717519500.290.210.03343.3381.8282.75
HexF7AFC301D1531575253
Octal367257303035253527122123
Binary111101111010111111000011011101101011110101011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFC3; }

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

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

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

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

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

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

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

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