#F2A6BF

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

Shades of Cupid #F2A6BF

Tints of Cupid #F2A6BF

Color information

#F2A6BF (or 0xF2A6BF) is unknown color: approx Cupid. HEX triplet: F2, A6 and BF. RGB value is (242,166,191). Sum of RGB (Red+Green+Blue) = 242+166+191=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6BF is #0D5940. Grayscale: #BFBFBF. Windows color (decimal): -874817 or 12560114. OLE color: 12560114.

HSL color Cylindrical-coordinate representation of color #F2A6BF: hue angle of 340.26º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6BF is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242166191-
CMYK00.310.210.05
HSL340.26º74.51%80%-
HSV(B)340.26º31.4%94.9%-
XYZ59.6649.9155.78-
YUV191.57127.68163.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 191 (75% from 255) = 31.89%
R=40.40%
G=27.71%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216619100.310.210.05340.2674.5180
HexF2A6BF01F1551544b50
Octal362246277037255524113120
Binary1111001010100110101111110111111010110110101010010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6BF; }

 p { color: rgb(242,166,191); }

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

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

 a { background-color: rgb(242,166,191); }

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

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

 span { border-color: rgb(242,166,191); }

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