#F37876

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

Shades of Geraldine #F37876

Tints of Geraldine #F37876

Color information

#F37876 (or 0xF37876) is unknown color: approx Geraldine. HEX triplet: F3, 78 and 76. RGB value is (243,120,118). Sum of RGB (Red+Green+Blue) = 243+120+118=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F37876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37876 is #0C8789. Grayscale: #9C9C9C. Windows color (decimal): -821130 or 7764211. OLE color: 7764211.

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

Color convert

RGB243120118-
CMYK00.510.510.05
HSL0.96º83.89%70.78%-
HSV(B)0.96º51.44%95.29%-
XYZ46.9533.821.19-
YUV156.55106.25189.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.52%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 118 (46.48% 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
Decimal24312011800.510.510.050.9683.8970.78
HexF3787603333515447
Octal3631701660636351124107
Binary11110011111100011101100110011110011101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37876; }

 p { color: rgb(243,120,118); }

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

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

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

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

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

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

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