#F3A5BA

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

Shades of Cupid #F3A5BA

Tints of Cupid #F3A5BA

Color information

#F3A5BA (or 0xF3A5BA) is unknown color: approx Cupid. HEX triplet: F3, A5 and BA. RGB value is (243,165,186). Sum of RGB (Red+Green+Blue) = 243+165+186=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5BA is #0C5A45. Grayscale: #BEBEBE. Windows color (decimal): -809542 or 12232179. OLE color: 12232179.

HSL color Cylindrical-coordinate representation of color #F3A5BA: hue angle of 343.85º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A5BA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243165186-
CMYK00.320.230.05
HSL343.85º76.47%80%-
HSV(B)343.85º32.1%95.29%-
XYZ59.2849.5152.89-
YUV190.72125.34165.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=40.91%
G=27.78%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316518600.320.230.05343.8576.4780
HexF3A5BA0201751584c50
Octal363245272040275530114120
Binary11110011101001011011101001000001011110110101100010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A5BA; }

 p { color: rgb(243,165,186); }

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

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

 a { background-color: rgb(243,165,186); }

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

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

 span { border-color: rgb(243,165,186); }

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