#F0736C

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

Shades of Geraldine #F0736C

Tints of Geraldine #F0736C

Color information

#F0736C (or 0xF0736C) is unknown color: approx Geraldine. HEX triplet: F0, 73 and 6C. RGB value is (240,115,108). Sum of RGB (Red+Green+Blue) = 240+115+108=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0736C is #0F8C93. Grayscale: #979797. Windows color (decimal): -1019028 or 7107568. OLE color: 7107568.

HSL color Cylindrical-coordinate representation of color #F0736C: hue angle of 3.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0736C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240115108-
CMYK00.520.550.06
HSL3.18º81.48%68.24%-
HSV(B)3.18º55%94.12%-
XYZ44.7731.8717.98-
YUV151.58103.41191.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=51.84%
G=24.84%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011510800.520.550.063.1881.4868.24
HexF0736C03437635144
Octal3601631540646763121104
Binary111100001110011110110001101001101111101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0736C; }

 p { color: rgb(240,115,108); }

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

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

 a { background-color: rgb(240,115,108); }

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

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

 span { border-color: rgb(240,115,108); }

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