#F0A9C1

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

Shades of Cupid #F0A9C1

Tints of Cupid #F0A9C1

Color information

#F0A9C1 (or 0xF0A9C1) is unknown color: approx Cupid. HEX triplet: F0, A9 and C1. RGB value is (240,169,193). Sum of RGB (Red+Green+Blue) = 240+169+193=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9C1 is #0F563E. Grayscale: #C0C0C0. Windows color (decimal): -1005119 or 12691952. OLE color: 12691952.

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

Color convert

RGB240169193-
CMYK00.300.200.06
HSL339.72º70.3%80.2%-
HSV(B)339.72º29.58%94.12%-
XYZ59.7550.7557.1-
YUV192.96128.02161.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=39.87%
G=28.07%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016919300.300.200.06339.7270.380.2
HexF0A9C101E1461544650
Octal360251301036246524106120
Binary1111000010101001110000010111101010011010101010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9C1; }

 p { color: rgb(240,169,193); }

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

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

 a { background-color: rgb(240,169,193); }

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

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

 span { border-color: rgb(240,169,193); }

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