Html Css Color HEX #F18373 Salmon

📋 copy color: '#F18373'

red 241 ◦ green 131 ◦ blue 115

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

Shades of Salmon #F18373

Tints of Salmon #F18373

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 49.49%
G = 26.9%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18373 (or 0xF18373) is known color: Salmon. HEX triplet: F1, 83 and 73. RGB value is (241,131,115). Sum of RGB (Red+Green+Blue) = 241+131+115=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18373 is #0E7C8C. Grayscale: #A2A2A2. Windows color (decimal): -949389 or 7570417. OLE color: 7570417.

HSL color Cylindrical-coordinate representation of color #F18373: hue angle of 7.62º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F18373 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 115 -
CMYK 0 0.46 0.52 0.05
HSL 7.62º 0.82% 0.7% -
HSV(B) 7.62º 0.52% 0.95% -
XYZ 47.49 36.17 20.7 -
YUV 162.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 241 131 115 0 0.46 0.52 0.05 7.62 0.82 0.7
Hex F1 83 73 0 2E 34 5 8 52 46
Octal 361 203 163 0 56 64 5 10 122 106
Binary 11110001 10000011 1110011 0 101110 110100 101 1000 1010010 1000110

Color Harmonies of #F18373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18373

Black with #F18373

Text Example


Text Example

White with #F18373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18373; }

 p { color: rgb(241,131,115); }

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

background-color css

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

 a { background-color: rgb(241,131,115); }

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

border-color css

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

 span { border-color: rgb(241,131,115); }

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