Html Css Color HEX #F08074 Salmon

📋 copy color: '#F08074'

red 240 ◦ green 128 ◦ blue 116

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

Shades of Salmon #F08074

Tints of Salmon #F08074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 49.59%
G = 26.45%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08074 (or 0xF08074) is known color: Salmon. HEX triplet: F0, 80 and 74. RGB value is (240,128,116). Sum of RGB (Red+Green+Blue) = 240+128+116=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08074 is #0F7F8B. Grayscale: #A0A0A0. Windows color (decimal): -1015692 or 7635184. OLE color: 7635184.

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

Color convert

RGB 240 128 116 -
CMYK 0 0.47 0.52 0.06
HSL 5.81º 0.81% 0.7% -
HSV(B) 5.81º 0.52% 0.94% -
XYZ 46.81 35.22 20.86 -
YUV 160.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 240 128 116 0 0.47 0.52 0.06 5.81 0.81 0.7
Hex F0 80 74 0 2F 34 6 6 51 46
Octal 360 200 164 0 57 64 6 6 121 106
Binary 11110000 10000000 1110100 0 101111 110100 110 110 1010001 1000110

Color Harmonies of #F08074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08074

Black with #F08074

Text Example


Text Example

White with #F08074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08074; }

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

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

background-color css

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

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

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

border-color css

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

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

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