#F16F6D

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

Shades of Geraldine #F16F6D

Tints of Geraldine #F16F6D

Color information

#F16F6D (or 0xF16F6D) is unknown color: approx Geraldine. HEX triplet: F1, 6F and 6D. RGB value is (241,111,109). Sum of RGB (Red+Green+Blue) = 241+111+109=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F6D is #0E9092. Grayscale: #959595. Windows color (decimal): -954515 or 7172081. OLE color: 7172081.

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

Color convert

RGB241111109-
CMYK00.540.550.05
HSL0.91º82.5%68.63%-
HSV(B)0.91º54.77%94.51%-
XYZ44.7231.1718.13-
YUV149.64105.07193.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=52.28%
G=24.08%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111110900.540.550.050.9182.568.63
HexF16F6D03637515245
Octal3611571550666751122105
Binary11110001110111111011010110110110111101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F6D; }

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

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

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

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

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

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

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

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