#F6B1BF

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

Shades of Cupid #F6B1BF

Tints of Cupid #F6B1BF

Color information

#F6B1BF (or 0xF6B1BF) is unknown color: approx Cupid. HEX triplet: F6, B1 and BF. RGB value is (246,177,191). Sum of RGB (Red+Green+Blue) = 246+177+191=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1BF is #094E40. Grayscale: #C7C7C7. Windows color (decimal): -609857 or 12562934. OLE color: 12562934.

HSL color Cylindrical-coordinate representation of color #F6B1BF: hue angle of 347.83º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B1BF is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246177191-
CMYK00.280.220.04
HSL347.83º79.31%82.94%-
HSV(B)347.83º28.05%96.47%-
XYZ63.1354.856.54-
YUV199.23123.36161.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 191 (75% from 255) = 31.11%
R=40.07%
G=28.83%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617719100.280.220.04347.8379.3182.94
HexF6B1BF01C16415c4f53
Octal366261277034264534117123
Binary1111011010110001101111110111001011010010101110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B1BF; }

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

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

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

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

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

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

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

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