Html Css Color HEX #F58475 Salmon

📋 copy color: '#F58475'

red 245 ◦ green 132 ◦ blue 117

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

Shades of Salmon #F58475

Tints of Salmon #F58475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 49.6%
G = 26.72%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F58475 (or 0xF58475) is known color: Salmon. HEX triplet: F5, 84 and 75. RGB value is (245,132,117). Sum of RGB (Red+Green+Blue) = 245+132+117=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58475 is #0A7B8A. Grayscale: #A4A4A4. Windows color (decimal): -686987 or 7701749. OLE color: 7701749.

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

Color convert

RGB 245 132 117 -
CMYK 0 0.46 0.52 0.04
HSL 7.03º 0.86% 0.71% -
HSV(B) 7.03º 0.52% 0.96% -
XYZ 49.12 37.2 21.42 -
YUV 164.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 245 132 117 0 0.46 0.52 0.04 7.03 0.86 0.71
Hex F5 84 75 0 2E 34 4 7 56 47
Octal 365 204 165 0 56 64 4 7 126 107
Binary 11110101 10000100 1110101 0 101110 110100 100 111 1010110 1000111

Color Harmonies of #F58475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58475

Black with #F58475

Text Example


Text Example

White with #F58475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58475; }

 p { color: rgb(245,132,117); }

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

background-color css

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

 a { background-color: rgb(245,132,117); }

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

border-color css

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

 span { border-color: rgb(245,132,117); }

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