#F47271

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

Shades of Geraldine #F47271

Tints of Geraldine #F47271

Color information

#F47271 (or 0xF47271) is unknown color: approx Geraldine. HEX triplet: F4, 72 and 71. RGB value is (244,114,113). Sum of RGB (Red+Green+Blue) = 244+114+113=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F47271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47271 is #0B8D8E. Grayscale: #989898. Windows color (decimal): -757135 or 7434996. OLE color: 7434996.

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

Color convert

RGB244114113-
CMYK00.530.540.04
HSL0.46º85.62%70%-
HSV(B)0.46º53.69%95.69%-
XYZ46.3132.4619.45-
YUV152.76105.57193.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=51.80%
G=24.20%
B=23.99%

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
Decimal24411411300.530.540.040.4685.6270
HexF4727103536405646
Octal3641621610656640126106
Binary11110100111001011100010110101110110100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47271; }

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

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

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

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

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

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

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

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