#F3A9BD

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

Shades of Cupid #F3A9BD

Tints of Cupid #F3A9BD

Color information

#F3A9BD (or 0xF3A9BD) is unknown color: approx Cupid. HEX triplet: F3, A9 and BD. RGB value is (243,169,189). Sum of RGB (Red+Green+Blue) = 243+169+189=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9BD is #0C5642. Grayscale: #C1C1C1. Windows color (decimal): -808515 or 12429811. OLE color: 12429811.

HSL color Cylindrical-coordinate representation of color #F3A9BD: hue angle of 343.78º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9BD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243169189-
CMYK00.300.220.05
HSL343.78º75.51%80.78%-
HSV(B)343.78º30.45%95.29%-
XYZ60.3451.154.83-
YUV193.41125.52163.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=40.43%
G=28.12%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316918900.300.220.05343.7875.5180.78
HexF3A9BD01E1651584c51
Octal363251275036265530114121
Binary1111001110101001101111010111101011010110101100010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A9BD; }

 p { color: rgb(243,169,189); }

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

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

 a { background-color: rgb(243,169,189); }

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

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

 span { border-color: rgb(243,169,189); }

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