#F7A4BB

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

Shades of Cupid #F7A4BB

Tints of Cupid #F7A4BB

Color information

#F7A4BB (or 0xF7A4BB) is unknown color: approx Cupid. HEX triplet: F7, A4 and BB. RGB value is (247,164,187). Sum of RGB (Red+Green+Blue) = 247+164+187=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4BB is #085B44. Grayscale: #BFBFBF. Windows color (decimal): -547653 or 12297463. OLE color: 12297463.

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

Color convert

RGB247164187-
CMYK00.340.240.03
HSL343.37º83.84%80.59%-
HSV(B)343.37º33.6%96.86%-
XYZ60.649.9153.45-
YUV191.44125.5167.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=41.30%
G=27.42%
B=31.27%

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
Decimal24716418700.340.240.03343.3783.8480.59
HexF7A4BB0221831575451
Octal367244273042303527124121
Binary1111011110100100101110110100010110001110101011110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A4BB; }

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

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

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

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

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

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

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

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