Html Css Color HEX #F18073 Salmon

📋 copy color: '#F18073'

red 241 ◦ green 128 ◦ blue 115

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

Shades of Salmon #F18073

Tints of Salmon #F18073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.45%

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

R = 49.79%
G = 26.45%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18073 (or 0xF18073) is known color: Salmon. HEX triplet: F1, 80 and 73. RGB value is (241,128,115). Sum of RGB (Red+Green+Blue) = 241+128+115=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F18073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18073 is #0E7F8C. Grayscale: #A0A0A0. Windows color (decimal): -950157 or 7569649. OLE color: 7569649.

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

Color convert

RGB 241 128 115 -
CMYK 0 0.47 0.52 0.05
HSL 6.19º 0.82% 0.7% -
HSV(B) 6.19º 0.52% 0.95% -
XYZ 47.09 35.38 20.57 -
YUV 160.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 241 128 115 0 0.47 0.52 0.05 6.19 0.82 0.7
Hex F1 80 73 0 2F 34 5 6 52 46
Octal 361 200 163 0 57 64 5 6 122 106
Binary 11110001 10000000 1110011 0 101111 110100 101 110 1010010 1000110

Color Harmonies of #F18073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18073

Black with #F18073

Text Example


Text Example

White with #F18073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18073; }

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

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

background-color css

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

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

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

border-color css

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

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

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