#F1A9BA

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

Shades of Cupid #F1A9BA

Tints of Cupid #F1A9BA

Color information

#F1A9BA (or 0xF1A9BA) is unknown color: approx Cupid. HEX triplet: F1, A9 and BA. RGB value is (241,169,186). Sum of RGB (Red+Green+Blue) = 241+169+186=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BA is #0E5645. Grayscale: #C0C0C0. Windows color (decimal): -939590 or 12233201. OLE color: 12233201.

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

Color convert

RGB241169186-
CMYK00.300.230.05
HSL345.83º72%80.39%-
HSV(B)345.83º29.88%94.51%-
XYZ59.3350.6253.1-
YUV192.47124.35162.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=40.44%
G=28.36%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116918600.300.230.05345.837280.39
HexF1A9BA01E17515a4850
Octal361251272036275532110120
Binary1111000110101001101110100111101011110110101101010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9BA; }

 p { color: rgb(241,169,186); }

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

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

 a { background-color: rgb(241,169,186); }

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

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

 span { border-color: rgb(241,169,186); }

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