#F0AFBA

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

Shades of Cupid #F0AFBA

Tints of Cupid #F0AFBA

Color information

#F0AFBA (or 0xF0AFBA) is unknown color: approx Cupid. HEX triplet: F0, AF and BA. RGB value is (240,175,186). Sum of RGB (Red+Green+Blue) = 240+175+186=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBA is #0F5045. Grayscale: #C3C3C3. Windows color (decimal): -1003590 or 12234736. OLE color: 12234736.

HSL color Cylindrical-coordinate representation of color #F0AFBA: hue angle of 349.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240175186-
CMYK00.270.220.06
HSL349.85º68.42%81.37%-
HSV(B)349.85º27.08%94.12%-
XYZ60.1352.7353.46-
YUV195.69122.53159.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=39.93%
G=29.12%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017518600.270.220.06349.8568.4281.37
HexF0AFBA01B16615e4451
Octal360257272033266536104121
Binary1111000010101111101110100110111011011010101111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFBA; }

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

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

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

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

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

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

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

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