#F2A9BE

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

Shades of Cupid #F2A9BE

Tints of Cupid #F2A9BE

Color information

#F2A9BE (or 0xF2A9BE) is unknown color: approx Cupid. HEX triplet: F2, A9 and BE. RGB value is (242,169,190). Sum of RGB (Red+Green+Blue) = 242+169+190=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9BE is #0D5641. Grayscale: #C1C1C1. Windows color (decimal): -874050 or 12495346. OLE color: 12495346.

HSL color Cylindrical-coordinate representation of color #F2A9BE: hue angle of 342.74º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9BE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242169190-
CMYK00.300.210.05
HSL342.74º73.74%80.59%-
HSV(B)342.74º30.17%94.9%-
XYZ60.150.9755.39-
YUV193.22126.18162.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=40.27%
G=28.12%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216919000.300.210.05342.7473.7480.59
HexF2A9BE01E1551574a51
Octal362251276036255527112121
Binary1111001010101001101111100111101010110110101011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A9BE; }

 p { color: rgb(242,169,190); }

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

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

 a { background-color: rgb(242,169,190); }

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

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

 span { border-color: rgb(242,169,190); }

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