Html Css Color HEX #F0786D Geraldine

📋 copy color: '#F0786D'

red 240 ◦ green 120 ◦ blue 109

#F0786D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #F0786D

Tints of Geraldine #F0786D

RGB

 RED value IS 240 (94.14% from 255) = 51.17%

 GREEN value IS 120 (47.27% from 255) = 25.59%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 51.17%
G = 25.59%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0786D (or 0xF0786D) is known color: Geraldine. HEX triplet: F0, 78 and 6D. RGB value is (240,120,109). Sum of RGB (Red+Green+Blue) = 240+120+109=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786D is #0F8792. Grayscale: #9A9A9A. Windows color (decimal): -1017747 or 7174384. OLE color: 7174384.

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

Color convert

RGB 240 120 109 -
CMYK 0 0.5 0.55 0.06
HSL 5.04º 0.81% 0.68% -
HSV(B) 5.04º 0.55% 0.94% -
XYZ 45.41 33.06 18.46 -
YUV 154.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 240 120 109 0 0.5 0.55 0.06 5.04 0.81 0.68
Hex F0 78 6D 0 32 37 6 5 51 44
Octal 360 170 155 0 62 67 6 5 121 104
Binary 11110000 1111000 1101101 0 110010 110111 110 101 1010001 1000100

Color Harmonies of #F0786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0786D

Black with #F0786D

Text Example


Text Example

White with #F0786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0786D; }

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

 H1.HeaderClassName
 {
   color: #F0786D;
 }
 .AnyTagClassName
 {
   color: #F0786D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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