#F2A5BA

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

Shades of Cupid #F2A5BA

Tints of Cupid #F2A5BA

Color information

#F2A5BA (or 0xF2A5BA) is unknown color: approx Cupid. HEX triplet: F2, A5 and BA. RGB value is (242,165,186). Sum of RGB (Red+Green+Blue) = 242+165+186=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5BA is #0D5A45. Grayscale: #BEBEBE. Windows color (decimal): -875078 or 12232178. OLE color: 12232178.

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

Color convert

RGB242165186-
CMYK00.320.230.05
HSL343.64º74.76%79.8%-
HSV(B)343.64º31.82%94.9%-
XYZ58.9449.3352.87-
YUV190.42125.51164.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=40.81%
G=27.82%
B=31.37%

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
Decimal24216518600.320.230.05343.6474.7679.8
HexF2A5BA0201751584b50
Octal362245272040275530113120
Binary11110010101001011011101001000001011110110101100010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5BA; }

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

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

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

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

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

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

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

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