#F07A6F

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

Shades of Geraldine #F07A6F

Tints of Geraldine #F07A6F

Color information

#F07A6F (or 0xF07A6F) is unknown color: approx Geraldine. HEX triplet: F0, 7A and 6F. RGB value is (240,122,111). Sum of RGB (Red+Green+Blue) = 240+122+111=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A6F is #0F8590. Grayscale: #9C9C9C. Windows color (decimal): -1017233 or 7305968. OLE color: 7305968.

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

Color convert

RGB240122111-
CMYK00.490.540.06
HSL5.12º81.13%68.82%-
HSV(B)5.12º53.75%94.12%-
XYZ45.7633.5919.11-
YUV156.03102.59187.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=50.74%
G=25.79%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012211100.490.540.065.1281.1368.82
HexF07A6F03136655145
Octal3601721570616665121105
Binary1111000011110101101111011000111011011010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07A6F; }

 p { color: rgb(240,122,111); }

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

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

 a { background-color: rgb(240,122,111); }

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

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

 span { border-color: rgb(240,122,111); }

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