#F5AFBF

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

Shades of Cupid #F5AFBF

Tints of Cupid #F5AFBF

Color information

#F5AFBF (or 0xF5AFBF) is unknown color: approx Cupid. HEX triplet: F5, AF and BF. RGB value is (245,175,191). Sum of RGB (Red+Green+Blue) = 245+175+191=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFBF is #0A5040. Grayscale: #C5C5C5. Windows color (decimal): -675905 or 12562421. OLE color: 12562421.

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

Color convert

RGB245175191-
CMYK00.290.220.04
HSL346.29º77.78%82.35%-
HSV(B)346.29º28.57%96.08%-
XYZ62.3953.8356.39-
YUV197.75124.19161.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 191 (75% from 255) = 31.26%
R=40.10%
G=28.64%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517519100.290.220.04346.2977.7882.35
HexF5AFBF01D16415a4e52
Octal365257277035264532116122
Binary1111010110101111101111110111011011010010101101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFBF; }

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

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

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

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

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

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

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

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