#F1AAC1

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

Shades of Cupid #F1AAC1

Tints of Cupid #F1AAC1

Color information

#F1AAC1 (or 0xF1AAC1) is unknown color: approx Cupid. HEX triplet: F1, AA and C1. RGB value is (241,170,193). Sum of RGB (Red+Green+Blue) = 241+170+193=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC1 is #0E553E. Grayscale: #C1C1C1. Windows color (decimal): -939327 or 12692209. OLE color: 12692209.

HSL color Cylindrical-coordinate representation of color #F1AAC1: hue angle of 340.56º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241170193-
CMYK00.290.200.05
HSL340.56º71.72%80.59%-
HSV(B)340.56º29.46%94.51%-
XYZ60.2851.357.18-
YUV193.85127.52161.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=39.90%
G=28.15%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117019300.290.200.05340.5671.7280.59
HexF1AAC101D1451554851
Octal361252301035245525110121
Binary1111000110101010110000010111011010010110101010110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAC1; }

 p { color: rgb(241,170,193); }

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

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

 a { background-color: rgb(241,170,193); }

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

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

 span { border-color: rgb(241,170,193); }

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