#F0A5BF

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

Shades of Cupid #F0A5BF

Tints of Cupid #F0A5BF

Color information

#F0A5BF (or 0xF0A5BF) is unknown color: approx Cupid. HEX triplet: F0, A5 and BF. RGB value is (240,165,191). Sum of RGB (Red+Green+Blue) = 240+165+191=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A5BF is #0F5A40. Grayscale: #BEBEBE. Windows color (decimal): -1006145 or 12559856. OLE color: 12559856.

HSL color Cylindrical-coordinate representation of color #F0A5BF: hue angle of 339.2º 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 #F0A5BF is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240165191-
CMYK00.310.200.06
HSL339.2º71.43%79.41%-
HSV(B)339.2º31.25%94.12%-
XYZ58.7949.255.69-
YUV190.39128.35163.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 191 (75% from 255) = 32.05%
R=40.27%
G=27.68%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016519100.310.200.06339.271.4379.41
HexF0A5BF01F146153474f
Octal360245277037246523107117
Binary1111000010100101101111110111111010011010101001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A5BF; }

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

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

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

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

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

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

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

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