#F7A4BC

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

Shades of Cupid #F7A4BC

Tints of Cupid #F7A4BC

Color information

#F7A4BC (or 0xF7A4BC) is unknown color: approx Cupid. HEX triplet: F7, A4 and BC. RGB value is (247,164,188). Sum of RGB (Red+Green+Blue) = 247+164+188=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4BC is #085B43. Grayscale: #BFBFBF. Windows color (decimal): -547652 or 12362999. OLE color: 12362999.

HSL color Cylindrical-coordinate representation of color #F7A4BC: hue angle of 342.65º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A4BC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247164188-
CMYK00.340.240.03
HSL342.65º83.84%80.59%-
HSV(B)342.65º33.6%96.86%-
XYZ60.7149.9654.02-
YUV191.55126167.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 164 (64.45% from 255) = 27.38%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=41.24%
G=27.38%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716418800.340.240.03342.6583.8480.59
HexF7A4BC0221831575451
Octal367244274042303527124121
Binary1111011110100100101111000100010110001110101011110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A4BC; }

 p { color: rgb(247,164,188); }

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

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

 a { background-color: rgb(247,164,188); }

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

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

 span { border-color: rgb(247,164,188); }

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