#F1A5BC

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

Shades of Cupid #F1A5BC

Tints of Cupid #F1A5BC

Color information

#F1A5BC (or 0xF1A5BC) is unknown color: approx Cupid. HEX triplet: F1, A5 and BC. RGB value is (241,165,188). Sum of RGB (Red+Green+Blue) = 241+165+188=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5BC is #0E5A43. Grayscale: #BEBEBE. Windows color (decimal): -940612 or 12363249. OLE color: 12363249.

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

Color convert

RGB241165188-
CMYK00.320.220.05
HSL341.84º73.08%79.61%-
HSV(B)341.84º31.54%94.51%-
XYZ58.8149.2453.98-
YUV190.35126.68164.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=40.57%
G=27.78%
B=31.65%

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
Decimal24116518800.320.220.05341.8473.0879.61
HexF1A5BC0201651564950
Octal361245274040265526111120
Binary11110001101001011011110001000001011010110101011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5BC; }

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

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

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

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

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

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

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

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