#F2A3BE

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

Shades of Cupid #F2A3BE

Tints of Cupid #F2A3BE

Color information

#F2A3BE (or 0xF2A3BE) is unknown color: approx Cupid. HEX triplet: F2, A3 and BE. RGB value is (242,163,190). Sum of RGB (Red+Green+Blue) = 242+163+190=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3BE is #0D5C41. Grayscale: #BDBDBD. Windows color (decimal): -875586 or 12493810. OLE color: 12493810.

HSL color Cylindrical-coordinate representation of color #F2A3BE: hue angle of 339.49º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3BE is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242163190-
CMYK00.330.210.05
HSL339.49º75.24%79.41%-
HSV(B)339.49º32.64%94.9%-
XYZ59.0148.7955.02-
YUV189.7128.17165.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=40.67%
G=27.39%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216319000.330.210.05339.4975.2479.41
HexF2A3BE0211551534b4f
Octal362243276041255523113117
Binary11110010101000111011111001000011010110110101001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A3BE; }

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

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

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

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

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

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

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

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