#F2A5B9

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

Shades of Cupid #F2A5B9

Tints of Cupid #F2A5B9

Color information

#F2A5B9 (or 0xF2A5B9) is unknown color: approx Cupid. HEX triplet: F2, A5 and B9. RGB value is (242,165,185). Sum of RGB (Red+Green+Blue) = 242+165+185=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5B9 is #0D5A46. Grayscale: #BEBEBE. Windows color (decimal): -875079 or 12166642. OLE color: 12166642.

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

Color convert

RGB242165185-
CMYK00.320.240.05
HSL344.42º74.76%79.8%-
HSV(B)344.42º31.82%94.9%-
XYZ58.8349.2952.31-
YUV190.3125.01164.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=40.88%
G=27.87%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216518500.320.240.05344.4274.7679.8
HexF2A5B90201851584b50
Octal362245271040305530113120
Binary11110010101001011011100101000001100010110101100010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5B9; }

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

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

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

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

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

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

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

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