#F7B1BF

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

Shades of Cupid #F7B1BF

Tints of Cupid #F7B1BF

Color information

#F7B1BF (or 0xF7B1BF) is unknown color: approx Cupid. HEX triplet: F7, B1 and BF. RGB value is (247,177,191). Sum of RGB (Red+Green+Blue) = 247+177+191=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B1BF is #084E40. Grayscale: #C7C7C7. Windows color (decimal): -544321 or 12562935. OLE color: 12562935.

HSL color Cylindrical-coordinate representation of color #F7B1BF: hue angle of 348º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B1BF is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247177191-
CMYK00.280.230.03
HSL348º81.4%83.14%-
HSV(B)348º28.34%96.86%-
XYZ63.4854.9856.56-
YUV199.53123.19161.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 191 (75% from 255) = 31.06%
R=40.16%
G=28.78%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717719100.280.230.0334881.483.14
HexF7B1BF01C17315c5153
Octal367261277034273534121123
Binary111101111011000110111111011100101111110101110010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B1BF; }

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

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

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

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

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

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

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

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