#F47371

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

Shades of Geraldine #F47371

Tints of Geraldine #F47371

Color information

#F47371 (or 0xF47371) is unknown color: approx Geraldine. HEX triplet: F4, 73 and 71. RGB value is (244,115,113). Sum of RGB (Red+Green+Blue) = 244+115+113=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F47371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47371 is #0B8C8E. Grayscale: #999999. Windows color (decimal): -756879 or 7435252. OLE color: 7435252.

HSL color Cylindrical-coordinate representation of color #F47371: hue angle of 0.92º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47371 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244115113-
CMYK00.530.540.04
HSL0.92º85.62%70%-
HSV(B)0.92º53.69%95.69%-
XYZ46.4232.6919.49-
YUV153.34105.24192.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.69%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=51.69%
G=24.36%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411511300.530.540.040.9285.6270
HexF4737103536415646
Octal3641631610656641126106
Binary11110100111001111100010110101110110100110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47371; }

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

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

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

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

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

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

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

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