#F6A5BB

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

Shades of Cupid #F6A5BB

Tints of Cupid #F6A5BB

Color information

#F6A5BB (or 0xF6A5BB) is unknown color: approx Cupid. HEX triplet: F6, A5 and BB. RGB value is (246,165,187). Sum of RGB (Red+Green+Blue) = 246+165+187=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5BB is #095A44. Grayscale: #BFBFBF. Windows color (decimal): -612933 or 12297718. OLE color: 12297718.

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

Color convert

RGB246165187-
CMYK00.330.240.04
HSL343.7º81.82%80.59%-
HSV(B)343.7º32.93%96.47%-
XYZ60.4350.0953.5-
YUV191.73125.34166.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 165 (64.84% from 255) = 27.59%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=41.14%
G=27.59%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616518700.330.240.04343.781.8280.59
HexF6A5BB0211841585251
Octal366245273041304530122121
Binary11110110101001011011101101000011100010010101100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A5BB; }

 p { color: rgb(246,165,187); }

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

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

 a { background-color: rgb(246,165,187); }

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

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

 span { border-color: rgb(246,165,187); }

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