#F07D77

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

Shades of Geraldine #F07D77

Tints of Geraldine #F07D77

Color information

#F07D77 (or 0xF07D77) is unknown color: approx Geraldine. HEX triplet: F0, 7D and 77. RGB value is (240,125,119). Sum of RGB (Red+Green+Blue) = 240+125+119=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D77 is #0F8288. Grayscale: #9E9E9E. Windows color (decimal): -1016457 or 7831024. OLE color: 7831024.

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

Color convert

RGB240125119-
CMYK00.480.500.06
HSL2.98º80.13%70.39%-
HSV(B)2.98º50.42%94.12%-
XYZ46.634.5221.66-
YUV158.7105.6185.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=49.59%
G=25.83%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012511900.480.500.062.9880.1370.39
HexF07D7703032635046
Octal3601751670606263120106
Binary111100001111101111011101100001100101101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07D77; }

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

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

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

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

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

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

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

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