#F2AFBB

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

Shades of Cupid #F2AFBB

Tints of Cupid #F2AFBB

Color information

#F2AFBB (or 0xF2AFBB) is unknown color: approx Cupid. HEX triplet: F2, AF and BB. RGB value is (242,175,187). Sum of RGB (Red+Green+Blue) = 242+175+187=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFBB is #0D5044. Grayscale: #C4C4C4. Windows color (decimal): -872517 or 12300274. OLE color: 12300274.

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

Color convert

RGB242175187-
CMYK00.280.230.05
HSL349.25º72.04%81.76%-
HSV(B)349.25º27.69%94.9%-
XYZ60.9253.1354.06-
YUV196.4122.7160.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=40.07%
G=28.97%
B=30.96%

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
Decimal24217518700.280.230.05349.2572.0481.76
HexF2AFBB01C17515d4852
Octal362257273034275535110122
Binary1111001010101111101110110111001011110110101110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFBB; }

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

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

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

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

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

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

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

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