Html Css Color HEX #F18973 Salmon

📋 copy color: '#F18973'

red 241 ◦ green 137 ◦ blue 115

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

Shades of Salmon #F18973

Tints of Salmon #F18973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.79%

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

R = 48.88%
G = 27.79%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18973 (or 0xF18973) is known color: Salmon. HEX triplet: F1, 89 and 73. RGB value is (241,137,115). Sum of RGB (Red+Green+Blue) = 241+137+115=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F18973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18973 is #0E768C. Grayscale: #A5A5A5. Windows color (decimal): -947853 or 7571953. OLE color: 7571953.

HSL color Cylindrical-coordinate representation of color #F18973: hue angle of 10.48º 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 #F18973 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 137 115 -
CMYK 0 0.43 0.52 0.05
HSL 10.48º 0.82% 0.7% -
HSV(B) 10.48º 0.52% 0.95% -
XYZ 48.32 37.83 20.98 -
YUV 165.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 241 137 115 0 0.43 0.52 0.05 10.48 0.82 0.7
Hex F1 89 73 0 2B 34 5 A 52 46
Octal 361 211 163 0 53 64 5 12 122 106
Binary 11110001 10001001 1110011 0 101011 110100 101 1010 1010010 1000110

Color Harmonies of #F18973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18973

Black with #F18973

Text Example


Text Example

White with #F18973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18973; }

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

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

background-color css

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

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

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

border-color css

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

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

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