Html Css Color HEX #F08974 Salmon

📋 copy color: '#F08974'

red 240 ◦ green 137 ◦ blue 116

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

Shades of Salmon #F08974

Tints of Salmon #F08974

RGB

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

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

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

R = 48.68%
G = 27.79%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08974 (or 0xF08974) is known color: Salmon. HEX triplet: F0, 89 and 74. RGB value is (240,137,116). Sum of RGB (Red+Green+Blue) = 240+137+116=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F08974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08974 is #0F768B. Grayscale: #A5A5A5. Windows color (decimal): -1013388 or 7637488. OLE color: 7637488.

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

Color convert

RGB 240 137 116 -
CMYK 0 0.43 0.52 0.06
HSL 10.16º 0.81% 0.7% -
HSV(B) 10.16º 0.52% 0.94% -
XYZ 48.03 37.68 21.26 -
YUV 165.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 240 137 116 0 0.43 0.52 0.06 10.16 0.81 0.7
Hex F0 89 74 0 2B 34 6 A 51 46
Octal 360 211 164 0 53 64 6 12 121 106
Binary 11110000 10001001 1110100 0 101011 110100 110 1010 1010001 1000110

Color Harmonies of #F08974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08974

Black with #F08974

Text Example


Text Example

White with #F08974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08974; }

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

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

background-color css

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

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

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

border-color css

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

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

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