#F17775

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

Shades of Geraldine #F17775

Tints of Geraldine #F17775

Color information

#F17775 (or 0xF17775) is unknown color: approx Geraldine. HEX triplet: F1, 77 and 75. RGB value is (241,119,117). Sum of RGB (Red+Green+Blue) = 241+119+117=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17775 is #0E888A. Grayscale: #9B9B9B. Windows color (decimal): -952459 or 7698417. OLE color: 7698417.

HSL color Cylindrical-coordinate representation of color #F17775: hue angle of 0.97º degrees, saturation: 0.82, 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 #F17775 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241119117-
CMYK00.510.510.05
HSL0.97º81.58%70.2%-
HSV(B)0.97º51.45%94.51%-
XYZ46.0833.1820.8-
YUV155.25106.42189.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=50.52%
G=24.95%
B=24.53%

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
Decimal24111911700.510.510.050.9781.5870.2
HexF1777503333515246
Octal3611671650636351122106
Binary11110001111011111101010110011110011101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17775; }

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

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

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

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

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

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

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

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