#F27775

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

Shades of Geraldine #F27775

Tints of Geraldine #F27775

Color information

#F27775 (or 0xF27775) is unknown color: approx Geraldine. HEX triplet: F2, 77 and 75. RGB value is (242,119,117). Sum of RGB (Red+Green+Blue) = 242+119+117=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F27775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27775 is #0D888A. Grayscale: #9B9B9B. Windows color (decimal): -886923 or 7698418. OLE color: 7698418.

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

Color convert

RGB242119117-
CMYK00.510.520.05
HSL0.96º82.78%70.39%-
HSV(B)0.96º51.65%94.9%-
XYZ46.4333.3620.82-
YUV155.55106.25189.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=50.63%
G=24.90%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211911700.510.520.050.9682.7870.39
HexF2777503334515346
Octal3621671650636451123106
Binary11110010111011111101010110011110100101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27775; }

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

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

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

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

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

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

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

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