Html Css Color HEX #F0796C Geraldine

📋 copy color: '#F0796C'

red 240 ◦ green 121 ◦ blue 108

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

Shades of Geraldine #F0796C

Tints of Geraldine #F0796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 51.17%
G = 25.8%
B = 23.03%

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

#F0796C (or 0xF0796C) is known color: Geraldine. HEX triplet: F0, 79 and 6C. RGB value is (240,121,108). Sum of RGB (Red+Green+Blue) = 240+121+108=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796C is #0F8693. Grayscale: #9B9B9B. Windows color (decimal): -1017492 or 7109104. OLE color: 7109104.

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

Color convert

RGB 240 121 108 -
CMYK 0 0.50 0.55 0.06
HSL 5.91º 0.81% 0.68% -
HSV(B) 5.91º 0.55% 0.94% -
XYZ 45.48 33.28 18.21 -
YUV 155.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 240 121 108 0 0.50 0.55 0.06 5.91 0.81 0.68
Hex F0 79 6C 0 32 37 6 6 51 44
Octal 360 171 154 0 62 67 6 6 121 104
Binary 11110000 1111001 1101100 0 110010 110111 110 110 1010001 1000100

Color Harmonies of #F0796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0796C

Black with #F0796C

Text Example


Text Example

White with #F0796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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