#F47171

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

Shades of Geraldine #F47171

Tints of Geraldine #F47171

Color information

#F47171 (or 0xF47171) is unknown color: approx Geraldine. HEX triplet: F4, 71 and 71. RGB value is (244,113,113). Sum of RGB (Red+Green+Blue) = 244+113+113=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F47171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47171 is #0B8E8E. Grayscale: #989898. Windows color (decimal): -757391 or 7434740. OLE color: 7434740.

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

Color convert

RGB244113113-
CMYK00.540.540.04
HSL85.62%70%-
HSV(B)53.69%95.69%-
XYZ46.1932.2419.41-
YUV152.17105.9193.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.91%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=51.91%
G=24.04%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411311300.540.540.04085.6270
HexF4717103636405646
Octal3641611610666640126106
Binary11110100111000111100010110110110110100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47171; }

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

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

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

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

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

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

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

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