#F4AABA

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

Shades of Cupid #F4AABA

Tints of Cupid #F4AABA

Color information

#F4AABA (or 0xF4AABA) is unknown color: approx Cupid. HEX triplet: F4, AA and BA. RGB value is (244,170,186). Sum of RGB (Red+Green+Blue) = 244+170+186=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AABA is #0B5545. Grayscale: #C1C1C1. Windows color (decimal): -742726 or 12233460. OLE color: 12233460.

HSL color Cylindrical-coordinate representation of color #F4AABA: hue angle of 347.03º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AABA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244170186-
CMYK00.300.240.04
HSL347.03º77.08%81.18%-
HSV(B)347.03º30.33%95.69%-
XYZ60.5551.5353.21-
YUV193.95123.52163.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 31%
R=40.67%
G=28.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417018600.300.240.04347.0377.0881.18
HexF4AABA01E18415b4d51
Octal364252272036304533115121
Binary1111010010101010101110100111101100010010101101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AABA; }

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

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

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

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

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

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

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

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