#F0786F

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

Shades of Geraldine #F0786F

Tints of Geraldine #F0786F

Color information

#F0786F (or 0xF0786F) is unknown color: approx Geraldine. HEX triplet: F0, 78 and 6F. RGB value is (240,120,111). Sum of RGB (Red+Green+Blue) = 240+120+111=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786F is #0F8790. Grayscale: #9B9B9B. Windows color (decimal): -1017745 or 7305456. OLE color: 7305456.

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

Color convert

RGB240120111-
CMYK00.50.540.06
HSL4.19º81.13%68.82%-
HSV(B)4.19º53.75%94.12%-
XYZ45.5233.1119.03-
YUV154.85103.26188.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=50.96%
G=25.48%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012011100.50.540.064.1981.1368.82
HexF0786F03236645145
Octal3601701570626664121105
Binary1111000011110001101111011001011011011010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0786F; }

 p { color: rgb(240,120,111); }

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

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

 a { background-color: rgb(240,120,111); }

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

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

 span { border-color: rgb(240,120,111); }

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