#F2AFBA

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

Shades of Cupid #F2AFBA

Tints of Cupid #F2AFBA

Color information

#F2AFBA (or 0xF2AFBA) is unknown color: approx Cupid. HEX triplet: F2, AF and BA. RGB value is (242,175,186). Sum of RGB (Red+Green+Blue) = 242+175+186=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFBA is #0D5045. Grayscale: #C4C4C4. Windows color (decimal): -872518 or 12234738. OLE color: 12234738.

HSL color Cylindrical-coordinate representation of color #F2AFBA: hue angle of 350.15º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFBA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242175186-
CMYK00.280.230.05
HSL350.15º72.04%81.76%-
HSV(B)350.15º27.69%94.9%-
XYZ60.8153.0853.5-
YUV196.29122.2160.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=40.13%
G=29.02%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217518600.280.230.05350.1572.0481.76
HexF2AFBA01C17515e4852
Octal362257272034275536110122
Binary1111001010101111101110100111001011110110101111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFBA; }

 p { color: rgb(242,175,186); }

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

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

 a { background-color: rgb(242,175,186); }

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

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

 span { border-color: rgb(242,175,186); }

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