#F06E6D

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

Shades of Geraldine #F06E6D

Tints of Geraldine #F06E6D

Color information

#F06E6D (or 0xF06E6D) is unknown color: approx Geraldine. HEX triplet: F0, 6E and 6D. RGB value is (240,110,109). Sum of RGB (Red+Green+Blue) = 240+110+109=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E6D is #0F9192. Grayscale: #949494. Windows color (decimal): -1020307 or 7171824. OLE color: 7171824.

HSL color Cylindrical-coordinate representation of color #F06E6D: hue angle of 0.46º 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 #F06E6D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240110109-
CMYK00.540.550.06
HSL0.46º81.37%68.43%-
HSV(B)0.46º54.58%94.12%-
XYZ44.2730.7818.08-
YUV148.76105.57193.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=52.29%
G=23.97%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011010900.540.550.060.4681.3768.43
HexF06E6D03637605144
Octal3601561550666760121104
Binary11110000110111011011010110110110111110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06E6D; }

 p { color: rgb(240,110,109); }

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

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

 a { background-color: rgb(240,110,109); }

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

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

 span { border-color: rgb(240,110,109); }

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