#F7B0BF

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

Shades of Cupid #F7B0BF

Tints of Cupid #F7B0BF

Color information

#F7B0BF (or 0xF7B0BF) is unknown color: approx Cupid. HEX triplet: F7, B0 and BF. RGB value is (247,176,191). Sum of RGB (Red+Green+Blue) = 247+176+191=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0BF is #084F40. Grayscale: #C6C6C6. Windows color (decimal): -544577 or 12562679. OLE color: 12562679.

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

Color convert

RGB247176191-
CMYK00.290.230.03
HSL347.32º81.61%82.94%-
HSV(B)347.32º28.74%96.86%-
XYZ63.2954.5956.49-
YUV198.94123.52162.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 176 (69.14% from 255) = 28.66%
BLUE value IS 191 (75% from 255) = 31.11%
R=40.23%
G=28.66%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717619100.290.230.03347.3281.6182.94
HexF7B0BF01D17315b5253
Octal367260277035273533122123
Binary111101111011000010111111011101101111110101101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0BF; }

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

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

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

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

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

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

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

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