Html Css Color HEX #F58574 Salmon

📋 copy color: '#F58574'

red 245 ◦ green 133 ◦ blue 116

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

Shades of Salmon #F58574

Tints of Salmon #F58574

RGB

 RED value IS 245 (96.09% from 255) = 49.6%

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

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

R = 49.6%
G = 26.92%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58574 (or 0xF58574) is known color: Salmon. HEX triplet: F5, 85 and 74. RGB value is (245,133,116). Sum of RGB (Red+Green+Blue) = 245+133+116=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58574 is #0A7A8B. Grayscale: #A4A4A4. Windows color (decimal): -686732 or 7636469. OLE color: 7636469.

HSL color Cylindrical-coordinate representation of color #F58574: hue angle of 7.91º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58574 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 116 -
CMYK 0 0.46 0.53 0.04
HSL 7.91º 0.87% 0.71% -
HSV(B) 7.91º 0.53% 0.96% -
XYZ 49.2 37.45 21.16 -
YUV 164.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 245 133 116 0 0.46 0.53 0.04 7.91 0.87 0.71
Hex F5 85 74 0 2E 35 4 8 57 47
Octal 365 205 164 0 56 65 4 10 127 107
Binary 11110101 10000101 1110100 0 101110 110101 100 1000 1010111 1000111

Color Harmonies of #F58574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58574

Black with #F58574

Text Example


Text Example

White with #F58574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58574; }

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

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

background-color css

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

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

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

border-color css

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

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

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