#F07F77

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

Shades of Geraldine #F07F77

Tints of Geraldine #F07F77

Color information

#F07F77 (or 0xF07F77) is unknown color: approx Geraldine. HEX triplet: F0, 7F and 77. RGB value is (240,127,119). Sum of RGB (Red+Green+Blue) = 240+127+119=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F77 is #0F8088. Grayscale: #A0A0A0. Windows color (decimal): -1015945 or 7831536. OLE color: 7831536.

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

Color convert

RGB240127119-
CMYK00.470.500.06
HSL3.97º80.13%70.39%-
HSV(B)3.97º50.42%94.12%-
XYZ46.8535.0421.75-
YUV159.87104.94185.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=49.38%
G=26.13%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012711900.470.500.063.9780.1370.39
HexF07F7702F32645046
Octal3601771670576264120106
Binary1111000011111111110111010111111001011010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F77; }

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

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

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

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

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

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

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

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