Html Css Color HEX #F58B72 Salmon

📋 copy color: '#F58B72'

red 245 ◦ green 139 ◦ blue 114

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

Shades of Salmon #F58B72

Tints of Salmon #F58B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 49.2%
G = 27.91%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58B72 (or 0xF58B72) is known color: Salmon. HEX triplet: F5, 8B and 72. RGB value is (245,139,114). Sum of RGB (Red+Green+Blue) = 245+139+114=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B72 is #0A748D. Grayscale: #A8A8A8. Windows color (decimal): -685198 or 7506933. OLE color: 7506933.

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

Color convert

RGB 245 139 114 -
CMYK 0 0.43 0.53 0.04
HSL 11.45º 0.87% 0.7% -
HSV(B) 11.45º 0.53% 0.96% -
XYZ 49.93 39.09 20.83 -
YUV 167.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 245 139 114 0 0.43 0.53 0.04 11.45 0.87 0.7
Hex F5 8B 72 0 2B 35 4 B 57 46
Octal 365 213 162 0 53 65 4 13 127 106
Binary 11110101 10001011 1110010 0 101011 110101 100 1011 1010111 1000110

Color Harmonies of #F58B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58B72

Black with #F58B72

Text Example


Text Example

White with #F58B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58B72; }

 p { color: rgb(245,139,114); }

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

background-color css

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

 a { background-color: rgb(245,139,114); }

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

border-color css

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

 span { border-color: rgb(245,139,114); }

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