#F07873

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

Shades of Geraldine #F07873

Tints of Geraldine #F07873

Color information

#F07873 (or 0xF07873) is unknown color: approx Geraldine. HEX triplet: F0, 78 and 73. RGB value is (240,120,115). Sum of RGB (Red+Green+Blue) = 240+120+115=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07873 is #0F878C. Grayscale: #9B9B9B. Windows color (decimal): -1017741 or 7567600. OLE color: 7567600.

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

Color convert

RGB240120115-
CMYK00.50.520.06
HSL2.4º80.65%69.61%-
HSV(B)2.4º52.08%94.12%-
XYZ45.7533.220.22-
YUV155.31105.26188.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=50.53%
G=25.26%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012011500.50.520.062.480.6569.61
HexF0787303234625146
Octal3601701630626462121106
Binary111100001111000111001101100101101001101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07873; }

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

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

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

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

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

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

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

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