Html Css Color HEX #F08978 Salmon

📋 copy color: '#F08978'

red 240 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F08978

Tints of Salmon #F08978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.57%

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 48.29%
G = 27.57%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08978 (or 0xF08978) is known color: Salmon. HEX triplet: F0, 89 and 78. RGB value is (240,137,120). Sum of RGB (Red+Green+Blue) = 240+137+120=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F08978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08978 is #0F7687. Grayscale: #A6A6A6. Windows color (decimal): -1013384 or 7899632. OLE color: 7899632.

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

Color convert

RGB 240 137 120 -
CMYK 0 0.43 0.5 0.06
HSL 8.5º 0.8% 0.71% -
HSV(B) 8.5º 0.5% 0.94% -
XYZ 48.27 37.77 22.52 -
YUV 165.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 240 137 120 0 0.43 0.5 0.06 8.5 0.8 0.71
Hex F0 89 78 0 2B 32 6 8 50 47
Octal 360 211 170 0 53 62 6 10 120 107
Binary 11110000 10001001 1111000 0 101011 110010 110 1000 1010000 1000111

Color Harmonies of #F08978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08978

Black with #F08978

Text Example


Text Example

White with #F08978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08978; }

 p { color: rgb(240,137,120); }

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

background-color css

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

 a { background-color: rgb(240,137,120); }

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

border-color css

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

 span { border-color: rgb(240,137,120); }

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