#F1AFCA

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

Shades of Cupid #F1AFCA

Tints of Cupid #F1AFCA

Color information

#F1AFCA (or 0xF1AFCA) is unknown color: approx Cupid. HEX triplet: F1, AF and CA. RGB value is (241,175,202). Sum of RGB (Red+Green+Blue) = 241+175+202=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFCA is #0E5035. Grayscale: #C5C5C5. Windows color (decimal): -938038 or 13283313. OLE color: 13283313.

HSL color Cylindrical-coordinate representation of color #F1AFCA: hue angle of 335.45º 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 #F1AFCA is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241175202-
CMYK00.270.160.05
HSL335.45º70.21%81.57%-
HSV(B)335.45º27.39%94.51%-
XYZ62.2753.6262.95-
YUV197.81130.37158.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=39.00%
G=28.32%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117520200.270.160.05335.4570.2181.57
HexF1AFCA01B10514f4652
Octal361257312033205517106122
Binary1111000110101111110010100110111000010110100111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFCA; }

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

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

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

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

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

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

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

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