Html Css Color HEX #F0796D Geraldine

📋 copy color: '#F0796D'

red 240 ◦ green 121 ◦ blue 109

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

Shades of Geraldine #F0796D

Tints of Geraldine #F0796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.74%

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

R = 51.06%
G = 25.74%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0796D (or 0xF0796D) is known color: Geraldine. HEX triplet: F0, 79 and 6D. RGB value is (240,121,109). Sum of RGB (Red+Green+Blue) = 240+121+109=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796D is #0F8692. Grayscale: #9B9B9B. Windows color (decimal): -1017491 or 7174640. OLE color: 7174640.

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

Color convert

RGB 240 121 109 -
CMYK 0 0.50 0.55 0.06
HSL 5.5º 0.81% 0.68% -
HSV(B) 5.5º 0.55% 0.94% -
XYZ 45.53 33.3 18.5 -
YUV 155.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 240 121 109 0 0.50 0.55 0.06 5.5 0.81 0.68
Hex F0 79 6D 0 32 37 6 5 51 44
Octal 360 171 155 0 62 67 6 5 121 104
Binary 11110000 1111001 1101101 0 110010 110111 110 101 1010001 1000100

Color Harmonies of #F0796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0796D

Black with #F0796D

Text Example


Text Example

White with #F0796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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