#f6a9c4

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

Shades of Cupid #F6A9C4

Tints of Cupid #F6A9C4

Color information

#F6A9C4 (or 0xF6A9C4) is unknown color: approx Cupid. HEX triplet: F6, A9 and C4. RGB value is (246,169,196). Sum of RGB (Red+Green+Blue) = 246+169+196=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9C4 is #09563B. Grayscale: #C3C3C3. Windows color (decimal): -611900 or 12888566. OLE color: 12888566.

HSL color Cylindrical-coordinate representation of color #F6A9C4: hue angle of 338.96º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9C4 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246169196-
CMYK00.310.200.04
HSL338.96º81.05%81.37%-
HSV(B)338.96º31.3%96.47%-
XYZ62.1651.9558.98-
YUV195.1128.51164.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=40.26%
G=27.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616919600.310.200.04338.9681.0581.37
HexF6A9C401F1441535151
Octal366251304037244523121121
Binary1111011010101001110001000111111010010010101001110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6a9c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6a9c4; }

 p { color: rgb(246,169,196); }

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

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

 a { background-color: rgb(246,169,196); }

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

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

 span { border-color: rgb(246,169,196); }

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