#F6A4BD

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

Shades of Cupid #F6A4BD

Tints of Cupid #F6A4BD

Color information

#F6A4BD (or 0xF6A4BD) is unknown color: approx Cupid. HEX triplet: F6, A4 and BD. RGB value is (246,164,189). Sum of RGB (Red+Green+Blue) = 246+164+189=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4BD is #095B42. Grayscale: #BFBFBF. Windows color (decimal): -613187 or 12428534. OLE color: 12428534.

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

Color convert

RGB246164189-
CMYK00.330.230.04
HSL341.71º82%80.39%-
HSV(B)341.71º33.33%96.47%-
XYZ60.4749.8254.57-
YUV191.37126.67166.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 164 (64.45% from 255) = 27.38%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=41.07%
G=27.38%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616418900.330.230.04341.718280.39
HexF6A4BD0211741565250
Octal366244275041274526122120
Binary11110110101001001011110101000011011110010101011010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A4BD; }

 p { color: rgb(246,164,189); }

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

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

 a { background-color: rgb(246,164,189); }

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

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

 span { border-color: rgb(246,164,189); }

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