#F47070

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

Shades of Geraldine #F47070

Tints of Geraldine #F47070

Color information

#F47070 (or 0xF47070) is unknown color: approx Geraldine. HEX triplet: F4, 70 and 70. RGB value is (244,112,112). Sum of RGB (Red+Green+Blue) = 244+112+112=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F47070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47070 is #0B8F8F. Grayscale: #979797. Windows color (decimal): -757648 or 7368948. OLE color: 7368948.

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

Color convert

RGB244112112-
CMYK00.540.540.04
HSL85.71%69.8%-
HSV(B)54.1%95.69%-
XYZ46.0331.9919.08-
YUV151.47105.73194-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.14%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=52.14%
G=23.93%
B=23.93%

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
Decimal24411211200.540.540.04085.7169.8
HexF4707003636405646
Octal3641601600666640126106
Binary11110100111000011100000110110110110100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47070; }

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

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

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

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

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

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

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

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