#F27675

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

Shades of Geraldine #F27675

Tints of Geraldine #F27675

Color information

#F27675 (or 0xF27675) is unknown color: approx Geraldine. HEX triplet: F2, 76 and 75. RGB value is (242,118,117). Sum of RGB (Red+Green+Blue) = 242+118+117=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27675 is #0D898A. Grayscale: #9B9B9B. Windows color (decimal): -887179 or 7698162. OLE color: 7698162.

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

Color convert

RGB242118117-
CMYK00.510.520.05
HSL0.48º82.78%70.39%-
HSV(B)0.48º51.65%94.9%-
XYZ46.3133.1220.78-
YUV154.96106.58190.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=50.73%
G=24.74%
B=24.53%

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
Decimal24211811700.510.520.050.4882.7870.39
HexF2767503334505346
Octal3621661650636450123106
Binary11110010111011011101010110011110100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27675; }

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

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

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

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

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

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

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

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