Html Css Color HEX #F58372 Salmon

📋 copy color: '#F58372'

red 245 ◦ green 131 ◦ blue 114

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

Shades of Salmon #F58372

Tints of Salmon #F58372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

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

R = 50%
G = 26.73%
B = 23.27%

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

#F58372 (or 0xF58372) is known color: Salmon. HEX triplet: F5, 83 and 72. RGB value is (245,131,114). Sum of RGB (Red+Green+Blue) = 245+131+114=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F58372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58372 is #0A7C8D. Grayscale: #A3A3A3. Windows color (decimal): -687246 or 7504885. OLE color: 7504885.

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

Color convert

RGB 245 131 114 -
CMYK 0 0.47 0.53 0.04
HSL 7.79º 0.87% 0.7% -
HSV(B) 7.79º 0.53% 0.96% -
XYZ 48.81 36.86 20.46 -
YUV 163.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 245 131 114 0 0.47 0.53 0.04 7.79 0.87 0.7
Hex F5 83 72 0 2F 35 4 8 57 46
Octal 365 203 162 0 57 65 4 10 127 106
Binary 11110101 10000011 1110010 0 101111 110101 100 1000 1010111 1000110

Color Harmonies of #F58372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58372

Black with #F58372

Text Example


Text Example

White with #F58372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58372; }

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

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

background-color css

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

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

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

border-color css

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

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

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