Html Css Color HEX #F18277 Salmon

📋 copy color: '#F18277'

red 241 ◦ green 130 ◦ blue 119

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

Shades of Salmon #F18277

Tints of Salmon #F18277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

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

R = 49.18%
G = 26.53%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18277 (or 0xF18277) is known color: Salmon. HEX triplet: F1, 82 and 77. RGB value is (241,130,119). Sum of RGB (Red+Green+Blue) = 241+130+119=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18277 is #0E7D88. Grayscale: #A2A2A2. Windows color (decimal): -949641 or 7832305. OLE color: 7832305.

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

Color convert

RGB 241 130 119 -
CMYK 0 0.46 0.51 0.05
HSL 5.41º 0.81% 0.71% -
HSV(B) 5.41º 0.51% 0.95% -
XYZ 47.59 36 21.89 -
YUV 161.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 241 130 119 0 0.46 0.51 0.05 5.41 0.81 0.71
Hex F1 82 77 0 2E 33 5 5 51 47
Octal 361 202 167 0 56 63 5 5 121 107
Binary 11110001 10000010 1110111 0 101110 110011 101 101 1010001 1000111

Color Harmonies of #F18277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18277

Black with #F18277

Text Example


Text Example

White with #F18277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18277; }

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

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

background-color css

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

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

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

border-color css

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

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

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