Html Css Color HEX #F18072 Salmon

📋 copy color: '#F18072'

red 241 ◦ green 128 ◦ blue 114

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

Shades of Salmon #F18072

Tints of Salmon #F18072

RGB

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

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

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

R = 49.9%
G = 26.5%
B = 23.6%

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

#F18072 (or 0xF18072) is known color: Salmon. HEX triplet: F1, 80 and 72. RGB value is (241,128,114). Sum of RGB (Red+Green+Blue) = 241+128+114=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18072 is #0E7F8D. Grayscale: #A0A0A0. Windows color (decimal): -950158 or 7504113. OLE color: 7504113.

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

Color convert

RGB 241 128 114 -
CMYK 0 0.47 0.53 0.05
HSL 6.61º 0.82% 0.7% -
HSV(B) 6.61º 0.53% 0.95% -
XYZ 47.03 35.35 20.26 -
YUV 160.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 241 128 114 0 0.47 0.53 0.05 6.61 0.82 0.7
Hex F1 80 72 0 2F 35 5 7 52 46
Octal 361 200 162 0 57 65 5 7 122 106
Binary 11110001 10000000 1110010 0 101111 110101 101 111 1010010 1000110

Color Harmonies of #F18072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18072

Black with #F18072

Text Example


Text Example

White with #F18072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18072; }

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

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

background-color css

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

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

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

border-color css

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

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

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