#F6A9BA

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

Shades of Cupid #F6A9BA

Tints of Cupid #F6A9BA

Color information

#F6A9BA (or 0xF6A9BA) is unknown color: approx Cupid. HEX triplet: F6, A9 and BA. RGB value is (246,169,186). Sum of RGB (Red+Green+Blue) = 246+169+186=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9BA is #095645. Grayscale: #C1C1C1. Windows color (decimal): -611910 or 12233206. OLE color: 12233206.

HSL color Cylindrical-coordinate representation of color #F6A9BA: hue angle of 346.75º 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 #F6A9BA is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246169186-
CMYK00.310.240.04
HSL346.75º81.05%81.37%-
HSV(B)346.75º31.3%96.47%-
XYZ61.0651.5153.18-
YUV193.96123.51165.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=40.93%
G=28.12%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616918600.310.240.04346.7581.0581.37
HexF6A9BA01F18415b5151
Octal366251272037304533121121
Binary1111011010101001101110100111111100010010101101110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9BA; }

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

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

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

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

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

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

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

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