Html Css Color HEX #F0796E Geraldine

📋 copy color: '#F0796E'

red 240 ◦ green 121 ◦ blue 110

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

Shades of Geraldine #F0796E

Tints of Geraldine #F0796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 50.96%
G = 25.69%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0796E (or 0xF0796E) is known color: Geraldine. HEX triplet: F0, 79 and 6E. RGB value is (240,121,110). Sum of RGB (Red+Green+Blue) = 240+121+110=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796E is #0F8691. Grayscale: #9B9B9B. Windows color (decimal): -1017490 or 7240176. OLE color: 7240176.

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

Color convert

RGB 240 121 110 -
CMYK 0 0.50 0.54 0.06
HSL 5.08º 0.81% 0.69% -
HSV(B) 5.08º 0.54% 0.94% -
XYZ 45.59 33.33 18.78 -
YUV 155.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 240 121 110 0 0.50 0.54 0.06 5.08 0.81 0.69
Hex F0 79 6E 0 32 36 6 5 51 45
Octal 360 171 156 0 62 66 6 5 121 105
Binary 11110000 1111001 1101110 0 110010 110110 110 101 1010001 1000101

Color Harmonies of #F0796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0796E

Black with #F0796E

Text Example


Text Example

White with #F0796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0796E; }

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

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

background-color css

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

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

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

border-color css

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

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

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