#F1756C

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

Shades of Geraldine #F1756C

Tints of Geraldine #F1756C

Color information

#F1756C (or 0xF1756C) is unknown color: approx Geraldine. HEX triplet: F1, 75 and 6C. RGB value is (241,117,108). Sum of RGB (Red+Green+Blue) = 241+117+108=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1756C is #0E8A93. Grayscale: #999999. Windows color (decimal): -952980 or 7108081. OLE color: 7108081.

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

Color convert

RGB241117108-
CMYK00.510.550.05
HSL4.06º82.61%68.43%-
HSV(B)4.06º55.19%94.51%-
XYZ45.3432.5118.07-
YUV153.05102.58190.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=51.72%
G=25.11%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111710800.510.550.054.0682.6168.43
HexF1756C03337545344
Octal3611651540636754123104
Binary1111000111101011101100011001111011110110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1756C; }

 p { color: rgb(241,117,108); }

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

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

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

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

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

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

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