#F3A6BC

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

Shades of Cupid #F3A6BC

Tints of Cupid #F3A6BC

Color information

#F3A6BC (or 0xF3A6BC) is unknown color: approx Cupid. HEX triplet: F3, A6 and BC. RGB value is (243,166,188). Sum of RGB (Red+Green+Blue) = 243+166+188=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6BC is #0C5943. Grayscale: #BFBFBF. Windows color (decimal): -809284 or 12363507. OLE color: 12363507.

HSL color Cylindrical-coordinate representation of color #F3A6BC: hue angle of 342.86º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6BC is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243166188-
CMYK00.320.230.05
HSL342.86º76.24%80.2%-
HSV(B)342.86º31.69%95.29%-
XYZ59.6849.9654.07-
YUV191.53126.01164.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=40.70%
G=27.81%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316618800.320.230.05342.8676.2480.2
HexF3A6BC0201751574c50
Octal363246274040275527114120
Binary11110011101001101011110001000001011110110101011110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A6BC; }

 p { color: rgb(243,166,188); }

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

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

 a { background-color: rgb(243,166,188); }

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

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

 span { border-color: rgb(243,166,188); }

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