#F0776C

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

Shades of Geraldine #F0776C

Tints of Geraldine #F0776C

Color information

#F0776C (or 0xF0776C) is unknown color: approx Geraldine. HEX triplet: F0, 77 and 6C. RGB value is (240,119,108). Sum of RGB (Red+Green+Blue) = 240+119+108=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776C is #0F8893. Grayscale: #9A9A9A. Windows color (decimal): -1018004 or 7108592. OLE color: 7108592.

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

Color convert

RGB240119108-
CMYK00.500.550.06
HSL81.48%68.24%-
HSV(B)55%94.12%-
XYZ45.2432.818.13-
YUV153.93102.09189.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=51.39%
G=25.48%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011910800.500.550.06581.4868.24
HexF0776C03237655144
Octal3601671540626765121104
Binary1111000011101111101100011001011011111010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0776C; }

 p { color: rgb(240,119,108); }

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

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

 a { background-color: rgb(240,119,108); }

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

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

 span { border-color: rgb(240,119,108); }

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