Html Css Color HEX #F58172 Salmon

📋 copy color: '#F58172'

red 245 ◦ green 129 ◦ blue 114

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

Shades of Salmon #F58172

Tints of Salmon #F58172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

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

R = 50.2%
G = 26.43%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58172 (or 0xF58172) is known color: Salmon. HEX triplet: F5, 81 and 72. RGB value is (245,129,114). Sum of RGB (Red+Green+Blue) = 245+129+114=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58172 is #0A7E8D. Grayscale: #A2A2A2. Windows color (decimal): -687758 or 7504373. OLE color: 7504373.

HSL color Cylindrical-coordinate representation of color #F58172: hue angle of 6.87º 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 #F58172 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 114 -
CMYK 0 0.47 0.53 0.04
HSL 6.87º 0.87% 0.7% -
HSV(B) 6.87º 0.53% 0.96% -
XYZ 48.54 36.33 20.37 -
YUV 161.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 245 129 114 0 0.47 0.53 0.04 6.87 0.87 0.7
Hex F5 81 72 0 2F 35 4 7 57 46
Octal 365 201 162 0 57 65 4 7 127 106
Binary 11110101 10000001 1110010 0 101111 110101 100 111 1010111 1000110

Color Harmonies of #F58172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58172

Black with #F58172

Text Example


Text Example

White with #F58172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58172; }

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

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

background-color css

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

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

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

border-color css

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

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

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