#F0A9B9

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

Shades of Cupid #F0A9B9

Tints of Cupid #F0A9B9

Color information

#F0A9B9 (or 0xF0A9B9) is unknown color: approx Cupid. HEX triplet: F0, A9 and B9. RGB value is (240,169,185). Sum of RGB (Red+Green+Blue) = 240+169+185=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9B9 is #0F5646. Grayscale: #C0C0C0. Windows color (decimal): -1005127 or 12167664. OLE color: 12167664.

HSL color Cylindrical-coordinate representation of color #F0A9B9: hue angle of 346.48º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9B9 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240169185-
CMYK00.300.230.06
HSL346.48º70.3%80.2%-
HSV(B)346.48º29.58%94.12%-
XYZ58.8850.452.52-
YUV192.05124.02162.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=40.40%
G=28.45%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016918500.300.230.06346.4870.380.2
HexF0A9B901E17615a4650
Octal360251271036276532106120
Binary1111000010101001101110010111101011111010101101010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9B9; }

 p { color: rgb(240,169,185); }

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

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

 a { background-color: rgb(240,169,185); }

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

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

 span { border-color: rgb(240,169,185); }

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