#F7ABBF

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

Shades of Cupid #F7ABBF

Tints of Cupid #F7ABBF

Color information

#F7ABBF (or 0xF7ABBF) is unknown color: approx Cupid. HEX triplet: F7, AB and BF. RGB value is (247,171,191). Sum of RGB (Red+Green+Blue) = 247+171+191=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABBF is #085440. Grayscale: #C4C4C4. Windows color (decimal): -545857 or 12561399. OLE color: 12561399.

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

Color convert

RGB247171191-
CMYK00.310.230.03
HSL344.21º82.61%81.96%-
HSV(B)344.21º30.77%96.86%-
XYZ62.3252.6656.17-
YUV196125.18164.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 191 (75% from 255) = 31.36%
R=40.56%
G=28.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717119100.310.230.03344.2182.6181.96
HexF7ABBF01F1731585352
Octal367253277037273530123122
Binary111101111010101110111111011111101111110101100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABBF; }

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

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

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

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

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

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

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

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