#F1AFC9

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

Shades of Cupid #F1AFC9

Tints of Cupid #F1AFC9

Color information

#F1AFC9 (or 0xF1AFC9) is unknown color: approx Cupid. HEX triplet: F1, AF and C9. RGB value is (241,175,201). Sum of RGB (Red+Green+Blue) = 241+175+201=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFC9 is #0E5036. Grayscale: #C5C5C5. Windows color (decimal): -938039 or 13217777. OLE color: 13217777.

HSL color Cylindrical-coordinate representation of color #F1AFC9: hue angle of 336.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFC9 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241175201-
CMYK00.270.170.05
HSL336.36º70.21%81.57%-
HSV(B)336.36º27.39%94.51%-
XYZ62.1553.5862.32-
YUV197.7129.87158.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=39.06%
G=28.36%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117520100.270.170.05336.3670.2181.57
HexF1AFC901B1151504652
Octal361257311033215520106122
Binary1111000110101111110010010110111000110110101000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFC9; }

 p { color: rgb(241,175,201); }

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

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

 a { background-color: rgb(241,175,201); }

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

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

 span { border-color: rgb(241,175,201); }

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