#F7AFBF

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

Shades of Cupid #F7AFBF

Tints of Cupid #F7AFBF

Color information

#F7AFBF (or 0xF7AFBF) is unknown color: approx Cupid. HEX triplet: F7, AF and BF. RGB value is (247,175,191). Sum of RGB (Red+Green+Blue) = 247+175+191=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFBF is #085040. Grayscale: #C6C6C6. Windows color (decimal): -544833 or 12562423. OLE color: 12562423.

HSL color Cylindrical-coordinate representation of color #F7AFBF: hue angle of 346.67º 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 #F7AFBF is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247175191-
CMYK00.290.230.03
HSL346.67º81.82%82.75%-
HSV(B)346.67º29.15%96.86%-
XYZ63.0954.256.43-
YUV198.35123.85162.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 191 (75% from 255) = 31.16%
R=40.29%
G=28.55%
B=31.16%

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
Decimal24717519100.290.230.03346.6781.8282.75
HexF7AFBF01D17315b5253
Octal367257277035273533122123
Binary111101111010111110111111011101101111110101101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFBF; }

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

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

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

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

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

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

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

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