Html Css Color HEX #F18477 Salmon

📋 copy color: '#F18477'

red 241 ◦ green 132 ◦ blue 119

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

Shades of Salmon #F18477

Tints of Salmon #F18477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 48.98%
G = 26.83%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18477 (or 0xF18477) is known color: Salmon. HEX triplet: F1, 84 and 77. RGB value is (241,132,119). Sum of RGB (Red+Green+Blue) = 241+132+119=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F18477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18477 is #0E7B88. Grayscale: #A3A3A3. Windows color (decimal): -949129 or 7832817. OLE color: 7832817.

HSL color Cylindrical-coordinate representation of color #F18477: hue angle of 6.39º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18477 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 119 -
CMYK 0 0.45 0.51 0.05
HSL 6.39º 0.81% 0.71% -
HSV(B) 6.39º 0.51% 0.95% -
XYZ 47.86 36.54 21.98 -
YUV 163.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 241 132 119 0 0.45 0.51 0.05 6.39 0.81 0.71
Hex F1 84 77 0 2D 33 5 6 51 47
Octal 361 204 167 0 55 63 5 6 121 107
Binary 11110001 10000100 1110111 0 101101 110011 101 110 1010001 1000111

Color Harmonies of #F18477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18477

Black with #F18477

Text Example


Text Example

White with #F18477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18477; }

 p { color: rgb(241,132,119); }

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

background-color css

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

 a { background-color: rgb(241,132,119); }

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

border-color css

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

 span { border-color: rgb(241,132,119); }

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