#F7ACC6

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

Shades of Cupid #F7ACC6

Tints of Cupid #F7ACC6

Color information

#F7ACC6 (or 0xF7ACC6) is unknown color: approx Cupid. HEX triplet: F7, AC and C6. RGB value is (247,172,198). Sum of RGB (Red+Green+Blue) = 247+172+198=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACC6 is #085339. Grayscale: #C5C5C5. Windows color (decimal): -545594 or 13020407. OLE color: 13020407.

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

Color convert

RGB247172198-
CMYK00.300.200.03
HSL339.2º82.42%82.16%-
HSV(B)339.2º30.36%96.86%-
XYZ63.353.3660.39-
YUV197.39128.35163.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=40.03%
G=27.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717219800.300.200.03339.282.4282.16
HexF7ACC601E1431535252
Octal367254306036243523122122
Binary111101111010110011000110011110101001110101001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACC6; }

 p { color: rgb(247,172,198); }

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

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

 a { background-color: rgb(247,172,198); }

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

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

 span { border-color: rgb(247,172,198); }

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