#F0A5BC

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

Shades of Cupid #F0A5BC

Tints of Cupid #F0A5BC

Color information

#F0A5BC (or 0xF0A5BC) is unknown color: approx Cupid. HEX triplet: F0, A5 and BC. RGB value is (240,165,188). Sum of RGB (Red+Green+Blue) = 240+165+188=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A5BC is #0F5A43. Grayscale: #BEBEBE. Windows color (decimal): -1006148 or 12363248. OLE color: 12363248.

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

Color convert

RGB240165188-
CMYK00.310.220.06
HSL341.6º71.43%79.41%-
HSV(B)341.6º31.25%94.12%-
XYZ58.4749.0753.97-
YUV190.05126.85163.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=40.47%
G=27.82%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016518800.310.220.06341.671.4379.41
HexF0A5BC01F166156474f
Octal360245274037266526107117
Binary1111000010100101101111000111111011011010101011010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A5BC; }

 p { color: rgb(240,165,188); }

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

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

 a { background-color: rgb(240,165,188); }

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

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

 span { border-color: rgb(240,165,188); }

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