Html Css Color HEX #F0776A Geraldine

📋 copy color: '#F0776A'

red 240 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #F0776A

Tints of Geraldine #F0776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 51.61%
G = 25.59%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0776A (or 0xF0776A) is known color: Geraldine. HEX triplet: F0, 77 and 6A. RGB value is (240,119,106). Sum of RGB (Red+Green+Blue) = 240+119+106=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776A is #0F8895. Grayscale: #999999. Windows color (decimal): -1018006 or 6977520. OLE color: 6977520.

HSL color Cylindrical-coordinate representation of color #F0776A: hue angle of 5.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0776A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 106 -
CMYK 0 0.50 0.56 0.06
HSL 5.82º 0.82% 0.68% -
HSV(B) 5.82º 0.56% 0.94% -
XYZ 45.13 32.76 17.58 -
YUV 153.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 240 119 106 0 0.50 0.56 0.06 5.82 0.82 0.68
Hex F0 77 6A 0 32 38 6 6 52 44
Octal 360 167 152 0 62 70 6 6 122 104
Binary 11110000 1110111 1101010 0 110010 111000 110 110 1010010 1000100

Color Harmonies of #F0776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0776A

Black with #F0776A

Text Example


Text Example

White with #F0776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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