#F3A5BF

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

Shades of Cupid #F3A5BF

Tints of Cupid #F3A5BF

Color information

#F3A5BF (or 0xF3A5BF) is unknown color: approx Cupid. HEX triplet: F3, A5 and BF. RGB value is (243,165,191). Sum of RGB (Red+Green+Blue) = 243+165+191=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5BF is #0C5A40. Grayscale: #BFBFBF. Windows color (decimal): -809537 or 12559859. OLE color: 12559859.

HSL color Cylindrical-coordinate representation of color #F3A5BF: hue angle of 340º 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 #F3A5BF is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243165191-
CMYK00.320.210.05
HSL340º76.47%80%-
HSV(B)340º32.1%95.29%-
XYZ59.8249.7355.74-
YUV191.29127.84164.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 191 (75% from 255) = 31.89%
R=40.57%
G=27.55%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316519100.320.210.0534076.4780
HexF3A5BF0201551544c50
Octal363245277040255524114120
Binary11110011101001011011111101000001010110110101010010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A5BF; }

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

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

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

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

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

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

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

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