#F4A6BA

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

Shades of Cupid #F4A6BA

Tints of Cupid #F4A6BA

Color information

#F4A6BA (or 0xF4A6BA) is unknown color: approx Cupid. HEX triplet: F4, A6 and BA. RGB value is (244,166,186). Sum of RGB (Red+Green+Blue) = 244+166+186=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6BA is #0B5945. Grayscale: #BFBFBF. Windows color (decimal): -743750 or 12232436. OLE color: 12232436.

HSL color Cylindrical-coordinate representation of color #F4A6BA: hue angle of 344.62º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6BA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244166186-
CMYK00.320.240.04
HSL344.62º78%80.39%-
HSV(B)344.62º31.97%95.69%-
XYZ59.8150.0552.96-
YUV191.6124.84165.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=40.94%
G=27.85%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416618600.320.240.04344.627880.39
HexF4A6BA0201841594e50
Octal364246272040304531116120
Binary11110100101001101011101001000001100010010101100110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A6BA; }

 p { color: rgb(244,166,186); }

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

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

 a { background-color: rgb(244,166,186); }

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

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

 span { border-color: rgb(244,166,186); }

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