#F0A7BB

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

Shades of Cupid #F0A7BB

Tints of Cupid #F0A7BB

Color information

#F0A7BB (or 0xF0A7BB) is unknown color: approx Cupid. HEX triplet: F0, A7 and BB. RGB value is (240,167,187). Sum of RGB (Red+Green+Blue) = 240+167+187=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7BB is #0F5844. Grayscale: #BFBFBF. Windows color (decimal): -1005637 or 12298224. OLE color: 12298224.

HSL color Cylindrical-coordinate representation of color #F0A7BB: hue angle of 343.56º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A7BB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240167187-
CMYK00.300.220.06
HSL343.56º70.87%79.8%-
HSV(B)343.56º30.42%94.12%-
XYZ58.7249.7553.52-
YUV191.11125.68162.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=40.40%
G=28.11%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016718700.300.220.06343.5670.8779.8
HexF0A7BB01E1661584750
Octal360247273036266530107120
Binary1111000010100111101110110111101011011010101100010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7BB; }

 p { color: rgb(240,167,187); }

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

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

 a { background-color: rgb(240,167,187); }

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

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

 span { border-color: rgb(240,167,187); }

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