#F1A5BD

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

Shades of Cupid #F1A5BD

Tints of Cupid #F1A5BD

Color information

#F1A5BD (or 0xF1A5BD) is unknown color: approx Cupid. HEX triplet: F1, A5 and BD. RGB value is (241,165,189). Sum of RGB (Red+Green+Blue) = 241+165+189=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5BD is #0E5A42. Grayscale: #BEBEBE. Windows color (decimal): -940611 or 12428785. OLE color: 12428785.

HSL color Cylindrical-coordinate representation of color #F1A5BD: hue angle of 341.05º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5BD is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241165189-
CMYK00.320.220.05
HSL341.05º73.08%79.61%-
HSV(B)341.05º31.54%94.51%-
XYZ58.9249.2954.55-
YUV190.46127.18164.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=40.50%
G=27.73%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116518900.320.220.05341.0573.0879.61
HexF1A5BD0201651554950
Octal361245275040265525111120
Binary11110001101001011011110101000001011010110101010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5BD; }

 p { color: rgb(241,165,189); }

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

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

 a { background-color: rgb(241,165,189); }

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

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

 span { border-color: rgb(241,165,189); }

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