#F6A3BA

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

Shades of Cupid #F6A3BA

Tints of Cupid #F6A3BA

Color information

#F6A3BA (or 0xF6A3BA) is unknown color: approx Cupid. HEX triplet: F6, A3 and BA. RGB value is (246,163,186). Sum of RGB (Red+Green+Blue) = 246+163+186=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3BA is #095C45. Grayscale: #BEBEBE. Windows color (decimal): -613446 or 12231670. OLE color: 12231670.

HSL color Cylindrical-coordinate representation of color #F6A3BA: hue angle of 343.37º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A3BA is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246163186-
CMYK00.340.240.04
HSL343.37º82.18%80.2%-
HSV(B)343.37º33.74%96.47%-
XYZ59.9749.3352.82-
YUV190.44125.5167.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=41.34%
G=27.39%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616318600.340.240.04343.3782.1880.2
HexF6A3BA0221841575250
Octal366243272042304527122120
Binary11110110101000111011101001000101100010010101011110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A3BA; }

 p { color: rgb(246,163,186); }

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

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

 a { background-color: rgb(246,163,186); }

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

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

 span { border-color: rgb(246,163,186); }

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