#F7A6BE

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

Shades of Cupid #F7A6BE

Tints of Cupid #F7A6BE

Color information

#F7A6BE (or 0xF7A6BE) is unknown color: approx Cupid. HEX triplet: F7, A6 and BE. RGB value is (247,166,190). Sum of RGB (Red+Green+Blue) = 247+166+190=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6BE is #085941. Grayscale: #C0C0C0. Windows color (decimal): -547138 or 12494583. OLE color: 12494583.

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

Color convert

RGB247166190-
CMYK00.330.230.03
HSL342.22º83.51%80.98%-
HSV(B)342.22º32.79%96.86%-
XYZ61.2950.7655.28-
YUV192.96126.34166.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=40.96%
G=27.53%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716619000.330.230.03342.2283.5180.98
HexF7A6BE0211731565451
Octal367246276041273526124121
Binary1111011110100110101111100100001101111110101011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A6BE; }

 p { color: rgb(247,166,190); }

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

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

 a { background-color: rgb(247,166,190); }

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

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

 span { border-color: rgb(247,166,190); }

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