#F16F6E

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

Shades of Geraldine #F16F6E

Tints of Geraldine #F16F6E

Color information

#F16F6E (or 0xF16F6E) is unknown color: approx Geraldine. HEX triplet: F1, 6F and 6E. RGB value is (241,111,110). Sum of RGB (Red+Green+Blue) = 241+111+110=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F6E is #0E9091. Grayscale: #959595. Windows color (decimal): -954514 or 7237617. OLE color: 7237617.

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

Color convert

RGB241111110-
CMYK00.540.540.05
HSL0.46º82.39%68.82%-
HSV(B)0.46º54.36%94.51%-
XYZ44.7731.218.41-
YUV149.76105.57193.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=52.16%
G=24.03%
B=23.81%

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
Decimal24111111000.540.540.050.4682.3968.82
HexF16F6E03636505245
Octal3611571560666650122105
Binary11110001110111111011100110110110110101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F6E; }

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

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

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

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

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

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

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

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