#F07773

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

Shades of Geraldine #F07773

Tints of Geraldine #F07773

Color information

#F07773 (or 0xF07773) is unknown color: approx Geraldine. HEX triplet: F0, 77 and 73. RGB value is (240,119,115). Sum of RGB (Red+Green+Blue) = 240+119+115=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07773 is #0F888C. Grayscale: #9A9A9A. Windows color (decimal): -1017997 or 7567344. OLE color: 7567344.

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

Color convert

RGB240119115-
CMYK00.500.520.06
HSL1.92º80.65%69.61%-
HSV(B)1.92º52.08%94.12%-
XYZ45.6332.9620.18-
YUV154.72105.59188.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.63%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=50.63%
G=25.11%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011911500.500.520.061.9280.6569.61
HexF0777303234625146
Octal3601671630626462121106
Binary111100001110111111001101100101101001101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07773; }

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

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

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

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

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

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

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

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