Html Css Color HEX #F0776F Geraldine

📋 copy color: '#F0776F'

red 240 ◦ green 119 ◦ blue 111

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

Shades of Geraldine #F0776F

Tints of Geraldine #F0776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 51.06%
G = 25.32%
B = 23.62%

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

#F0776F (or 0xF0776F) is known color: Geraldine. HEX triplet: F0, 77 and 6F. RGB value is (240,119,111). Sum of RGB (Red+Green+Blue) = 240+119+111=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776F is #0F8890. Grayscale: #9A9A9A. Windows color (decimal): -1018001 or 7305200. OLE color: 7305200.

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

Color convert

RGB 240 119 111 -
CMYK 0 0.50 0.54 0.06
HSL 3.72º 0.81% 0.69% -
HSV(B) 3.72º 0.54% 0.94% -
XYZ 45.4 32.87 18.99 -
YUV 154.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 240 119 111 0 0.50 0.54 0.06 3.72 0.81 0.69
Hex F0 77 6F 0 32 36 6 4 51 45
Octal 360 167 157 0 62 66 6 4 121 105
Binary 11110000 1110111 1101111 0 110010 110110 110 100 1010001 1000101

Color Harmonies of #F0776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0776F

Black with #F0776F

Text Example


Text Example

White with #F0776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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