#F2A4BD

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

Shades of Cupid #F2A4BD

Tints of Cupid #F2A4BD

Color information

#F2A4BD (or 0xF2A4BD) is unknown color: approx Cupid. HEX triplet: F2, A4 and BD. RGB value is (242,164,189). Sum of RGB (Red+Green+Blue) = 242+164+189=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4BD is #0D5B42. Grayscale: #BEBEBE. Windows color (decimal): -875331 or 12428530. OLE color: 12428530.

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

Color convert

RGB242164189-
CMYK00.320.220.05
HSL340.77º75%79.61%-
HSV(B)340.77º32.23%94.9%-
XYZ59.0849.154.51-
YUV190.17127.34164.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=40.67%
G=27.56%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216418900.320.220.05340.777579.61
HexF2A4BD0201651554b50
Octal362244275040265525113120
Binary11110010101001001011110101000001011010110101010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4BD; }

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

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

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

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

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

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

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

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