#F16E6E

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

Shades of Geraldine #F16E6E

Tints of Geraldine #F16E6E

Color information

#F16E6E (or 0xF16E6E) is unknown color: approx Geraldine. HEX triplet: F1, 6E and 6E. RGB value is (241,110,110). Sum of RGB (Red+Green+Blue) = 241+110+110=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E6E is #0E9191. Grayscale: #959595. Windows color (decimal): -954770 or 7237361. OLE color: 7237361.

HSL color Cylindrical-coordinate representation of color #F16E6E: hue angle of 0º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E6E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241110110-
CMYK00.540.540.05
HSL82.39%68.82%-
HSV(B)54.36%94.51%-
XYZ44.6730.9818.38-
YUV149.17105.9193.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=52.28%
G=23.86%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111011000.540.540.05082.3968.82
HexF16E6E03636505245
Octal3611561560666650122105
Binary11110001110111011011100110110110110101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16E6E; }

 p { color: rgb(241,110,110); }

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

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

 a { background-color: rgb(241,110,110); }

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

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

 span { border-color: rgb(241,110,110); }

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