#F2A4BF

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

Shades of Cupid #F2A4BF

Tints of Cupid #F2A4BF

Color information

#F2A4BF (or 0xF2A4BF) is unknown color: approx Cupid. HEX triplet: F2, A4 and BF. RGB value is (242,164,191). Sum of RGB (Red+Green+Blue) = 242+164+191=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4BF is #0D5B40. Grayscale: #BEBEBE. Windows color (decimal): -875329 or 12559602. OLE color: 12559602.

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

Color convert

RGB242164191-
CMYK00.320.210.05
HSL339.23º75%79.61%-
HSV(B)339.23º32.23%94.9%-
XYZ59.349.1955.66-
YUV190.4128.34164.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 191 (75% from 255) = 31.99%
R=40.54%
G=27.47%
B=31.99%

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
Decimal24216419100.320.210.05339.237579.61
HexF2A4BF0201551534b50
Octal362244277040255523113120
Binary11110010101001001011111101000001010110110101001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4BF; }

 p { color: rgb(242,164,191); }

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

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

 a { background-color: rgb(242,164,191); }

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

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

 span { border-color: rgb(242,164,191); }

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