Html Css Color HEX #F08076 Geraldine

📋 copy color: '#F08076'

red 240 ◦ green 128 ◦ blue 118

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

Shades of Geraldine #F08076

Tints of Geraldine #F08076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 49.38%
G = 26.34%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08076 (or 0xF08076) is known color: Geraldine. HEX triplet: F0, 80 and 76. RGB value is (240,128,118). Sum of RGB (Red+Green+Blue) = 240+128+118=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08076 is #0F7F89. Grayscale: #A0A0A0. Windows color (decimal): -1015690 or 7766256. OLE color: 7766256.

HSL color Cylindrical-coordinate representation of color #F08076: hue angle of 4.92º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08076 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 118 -
CMYK 0 0.47 0.51 0.06
HSL 4.92º 0.8% 0.7% -
HSV(B) 4.92º 0.51% 0.94% -
XYZ 46.92 35.27 21.47 -
YUV 160.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 240 128 118 0 0.47 0.51 0.06 4.92 0.8 0.7
Hex F0 80 76 0 2F 33 6 5 50 46
Octal 360 200 166 0 57 63 6 5 120 106
Binary 11110000 10000000 1110110 0 101111 110011 110 101 1010000 1000110

Color Harmonies of #F08076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08076

Black with #F08076

Text Example


Text Example

White with #F08076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08076; }

 p { color: rgb(240,128,118); }

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

background-color css

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

 a { background-color: rgb(240,128,118); }

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

border-color css

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

 span { border-color: rgb(240,128,118); }

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