#F07371

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

Shades of Geraldine #F07371

Tints of Geraldine #F07371

Color information

#F07371 (or 0xF07371) is unknown color: approx Geraldine. HEX triplet: F0, 73 and 71. RGB value is (240,115,113). Sum of RGB (Red+Green+Blue) = 240+115+113=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07371 is #0F8C8E. Grayscale: #989898. Windows color (decimal): -1019023 or 7435248. OLE color: 7435248.

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

Color convert

RGB240115113-
CMYK00.520.530.06
HSL0.94º80.89%69.22%-
HSV(B)0.94º52.92%94.12%-
XYZ45.0531.9819.42-
YUV152.15105.91190.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.28%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=51.28%
G=24.57%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011511300.520.530.060.9480.8969.22
HexF0737103435615145
Octal3601631610646561121105
Binary11110000111001111100010110100110101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07371; }

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

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

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

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

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

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

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

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