#F17B73

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

Shades of Geraldine #F17B73

Tints of Geraldine #F17B73

Color information

#F17B73 (or 0xF17B73) is unknown color: approx Geraldine. HEX triplet: F1, 7B and 73. RGB value is (241,123,115). Sum of RGB (Red+Green+Blue) = 241+123+115=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B73 is #0E848C. Grayscale: #9D9D9D. Windows color (decimal): -951437 or 7568369. OLE color: 7568369.

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

Color convert

RGB241123115-
CMYK00.490.520.05
HSL3.81º81.82%69.8%-
HSV(B)3.81º52.28%94.51%-
XYZ46.4534.120.35-
YUV157.37104.09187.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=50.31%
G=25.68%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112311500.490.520.053.8181.8269.8
HexF17B7303134545246
Octal3611731630616454122106
Binary1111000111110111110011011000111010010110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17B73; }

 p { color: rgb(241,123,115); }

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

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

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

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

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

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

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