Html Css Color HEX #F18071 Salmon

📋 copy color: '#F18071'

red 241 ◦ green 128 ◦ blue 113

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

Shades of Salmon #F18071

Tints of Salmon #F18071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 50%
G = 26.56%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F18071 (or 0xF18071) is known color: Salmon. HEX triplet: F1, 80 and 71. RGB value is (241,128,113). Sum of RGB (Red+Green+Blue) = 241+128+113=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18071 is #0E7F8E. Grayscale: #A0A0A0. Windows color (decimal): -950159 or 7438577. OLE color: 7438577.

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

Color convert

RGB 241 128 113 -
CMYK 0 0.47 0.53 0.05
HSL 7.03º 0.82% 0.69% -
HSV(B) 7.03º 0.53% 0.95% -
XYZ 46.98 35.33 19.97 -
YUV 160.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 241 128 113 0 0.47 0.53 0.05 7.03 0.82 0.69
Hex F1 80 71 0 2F 35 5 7 52 45
Octal 361 200 161 0 57 65 5 7 122 105
Binary 11110001 10000000 1110001 0 101111 110101 101 111 1010010 1000101

Color Harmonies of #F18071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18071

Black with #F18071

Text Example


Text Example

White with #F18071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18071; }

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

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

background-color css

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

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

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

border-color css

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

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

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