#F17676

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

Shades of Geraldine #F17676

Tints of Geraldine #F17676

Color information

#F17676 (or 0xF17676) is unknown color: approx Geraldine. HEX triplet: F1, 76 and 76. RGB value is (241,118,118). Sum of RGB (Red+Green+Blue) = 241+118+118=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17676 is #0E8989. Grayscale: #9A9A9A. Windows color (decimal): -952714 or 7763697. OLE color: 7763697.

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

Color convert

RGB241118118-
CMYK00.510.510.05
HSL81.46%70.39%-
HSV(B)51.04%94.51%-
XYZ46.0232.9721.08-
YUV154.78107.25189.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=50.52%
G=24.74%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111811800.510.510.05081.4670.39
HexF1767603333505146
Octal3611661660636350121106
Binary11110001111011011101100110011110011101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17676; }

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

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

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

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

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

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

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

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