#F3AFC1

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

Shades of Cupid #F3AFC1

Tints of Cupid #F3AFC1

Color information

#F3AFC1 (or 0xF3AFC1) is unknown color: approx Cupid. HEX triplet: F3, AF and C1. RGB value is (243,175,193). Sum of RGB (Red+Green+Blue) = 243+175+193=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFC1 is #0C503E. Grayscale: #C5C5C5. Windows color (decimal): -806975 or 12693491. OLE color: 12693491.

HSL color Cylindrical-coordinate representation of color #F3AFC1: hue angle of 344.12º 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 #F3AFC1 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243175193-
CMYK00.280.210.05
HSL344.12º73.91%81.96%-
HSV(B)344.12º27.98%95.29%-
XYZ61.9253.5657.53-
YUV197.38125.53160.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=39.77%
G=28.64%
B=31.59%

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
Decimal24317519300.280.210.05344.1273.9181.96
HexF3AFC101C1551584a52
Octal363257301034255530112122
Binary1111001110101111110000010111001010110110101100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFC1; }

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

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

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

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

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

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

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

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