#F3AFBF

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

Shades of Cupid #F3AFBF

Tints of Cupid #F3AFBF

Color information

#F3AFBF (or 0xF3AFBF) is unknown color: approx Cupid. HEX triplet: F3, AF and BF. RGB value is (243,175,191). Sum of RGB (Red+Green+Blue) = 243+175+191=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFBF is #0C5040. Grayscale: #C5C5C5. Windows color (decimal): -806977 or 12562419. OLE color: 12562419.

HSL color Cylindrical-coordinate representation of color #F3AFBF: hue angle of 345.88º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AFBF is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243175191-
CMYK00.280.210.05
HSL345.88º73.91%81.96%-
HSV(B)345.88º27.98%95.29%-
XYZ61.753.4856.36-
YUV197.16124.53160.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 191 (75% from 255) = 31.36%
R=39.90%
G=28.74%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317519100.280.210.05345.8873.9181.96
HexF3AFBF01C15515a4a52
Octal363257277034255532112122
Binary1111001110101111101111110111001010110110101101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFBF; }

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

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

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

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

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

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

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

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