#F0B1C0

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

Shades of Cupid #F0B1C0

Tints of Cupid #F0B1C0

Color information

#F0B1C0 (or 0xF0B1C0) is unknown color: approx Cupid. HEX triplet: F0, B1 and C0. RGB value is (240,177,192). Sum of RGB (Red+Green+Blue) = 240+177+192=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1C0 is #0F4E3F. Grayscale: #C5C5C5. Windows color (decimal): -1003072 or 12628464. OLE color: 12628464.

HSL color Cylindrical-coordinate representation of color #F0B1C0: hue angle of 345.71º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1C0 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240177192-
CMYK00.260.200.06
HSL345.71º67.74%81.76%-
HSV(B)345.71º26.25%94.12%-
XYZ61.1753.7857.02-
YUV197.55124.87158.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 177 (69.53% from 255) = 29.06%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=39.41%
G=29.06%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017719200.260.200.06345.7167.7481.76
HexF0B1C001A14615a4452
Octal360261300032246532104122
Binary1111000010110001110000000110101010011010101101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1C0; }

 p { color: rgb(240,177,192); }

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

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

 a { background-color: rgb(240,177,192); }

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

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

 span { border-color: rgb(240,177,192); }

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