Html Css Color HEX #F08574 Salmon

📋 copy color: '#F08574'

red 240 ◦ green 133 ◦ blue 116

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

Shades of Salmon #F08574

Tints of Salmon #F08574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 49.08%
G = 27.2%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F08574 (or 0xF08574) is known color: Salmon. HEX triplet: F0, 85 and 74. RGB value is (240,133,116). Sum of RGB (Red+Green+Blue) = 240+133+116=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08574 is #0F7A8B. Grayscale: #A3A3A3. Windows color (decimal): -1014412 or 7636464. OLE color: 7636464.

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

Color convert

RGB 240 133 116 -
CMYK 0 0.45 0.52 0.06
HSL 8.23º 0.81% 0.7% -
HSV(B) 8.23º 0.52% 0.94% -
XYZ 47.48 36.56 21.08 -
YUV 163.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 240 133 116 0 0.45 0.52 0.06 8.23 0.81 0.7
Hex F0 85 74 0 2D 34 6 8 51 46
Octal 360 205 164 0 55 64 6 10 121 106
Binary 11110000 10000101 1110100 0 101101 110100 110 1000 1010001 1000110

Color Harmonies of #F08574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08574

Black with #F08574

Text Example


Text Example

White with #F08574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08574; }

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

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

background-color css

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

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

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

border-color css

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

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

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