Html Css Color HEX #F58171 Salmon

📋 copy color: '#F58171'

red 245 ◦ green 129 ◦ blue 113

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

Shades of Salmon #F58171

Tints of Salmon #F58171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 50.31%
G = 26.49%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F58171 (or 0xF58171) is known color: Salmon. HEX triplet: F5, 81 and 71. RGB value is (245,129,113). Sum of RGB (Red+Green+Blue) = 245+129+113=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F58171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58171 is #0A7E8E. Grayscale: #A2A2A2. Windows color (decimal): -687759 or 7438837. OLE color: 7438837.

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

Color convert

RGB 245 129 113 -
CMYK 0 0.47 0.54 0.04
HSL 7.27º 0.87% 0.7% -
HSV(B) 7.27º 0.54% 0.96% -
XYZ 48.49 36.31 20.07 -
YUV 161.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 245 129 113 0 0.47 0.54 0.04 7.27 0.87 0.7
Hex F5 81 71 0 2F 36 4 7 57 46
Octal 365 201 161 0 57 66 4 7 127 106
Binary 11110101 10000001 1110001 0 101111 110110 100 111 1010111 1000110

Color Harmonies of #F58171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58171

Black with #F58171

Text Example


Text Example

White with #F58171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58171; }

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

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

background-color css

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

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

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

border-color css

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

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

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