#F3B1BF

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

Shades of Cupid #F3B1BF

Tints of Cupid #F3B1BF

Color information

#F3B1BF (or 0xF3B1BF) is unknown color: approx Cupid. HEX triplet: F3, B1 and BF. RGB value is (243,177,191). Sum of RGB (Red+Green+Blue) = 243+177+191=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1BF is #0C4E40. Grayscale: #C6C6C6. Windows color (decimal): -806465 or 12562931. OLE color: 12562931.

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

Color convert

RGB243177191-
CMYK00.270.210.05
HSL347.27º73.33%82.35%-
HSV(B)347.27º27.16%95.29%-
XYZ62.0954.2656.49-
YUV198.33123.87159.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 191 (75% from 255) = 31.26%
R=39.77%
G=28.97%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317719100.270.210.05347.2773.3382.35
HexF3B1BF01B15515b4952
Octal363261277033255533111122
Binary1111001110110001101111110110111010110110101101110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B1BF; }

 p { color: rgb(243,177,191); }

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

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

 a { background-color: rgb(243,177,191); }

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

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

 span { border-color: rgb(243,177,191); }

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