Html Css Color HEX #F58C79 Salmon

📋 copy color: '#F58C79'

red 245 ◦ green 140 ◦ blue 121

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

Shades of Salmon #F58C79

Tints of Salmon #F58C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 48.42%
G = 27.67%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58C79 (or 0xF58C79) is known color: Salmon. HEX triplet: F5, 8C and 79. RGB value is (245,140,121). Sum of RGB (Red+Green+Blue) = 245+140+121=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C79 is #0A7386. Grayscale: #A9A9A9. Windows color (decimal): -684935 or 7965941. OLE color: 7965941.

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

Color convert

RGB 245 140 121 -
CMYK 0 0.43 0.51 0.04
HSL 9.19º 0.86% 0.72% -
HSV(B) 9.19º 0.51% 0.96% -
XYZ 50.49 39.55 23.06 -
YUV 169.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 245 140 121 0 0.43 0.51 0.04 9.19 0.86 0.72
Hex F5 8C 79 0 2B 33 4 9 56 48
Octal 365 214 171 0 53 63 4 11 126 110
Binary 11110101 10001100 1111001 0 101011 110011 100 1001 1010110 1001000

Color Harmonies of #F58C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C79

Black with #F58C79

Text Example


Text Example

White with #F58C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C79; }

 p { color: rgb(245,140,121); }

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

background-color css

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

 a { background-color: rgb(245,140,121); }

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

border-color css

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

 span { border-color: rgb(245,140,121); }

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