Html Css Color HEX #F18378 Salmon

📋 copy color: '#F18378'

red 241 ◦ green 131 ◦ blue 120

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

Shades of Salmon #F18378

Tints of Salmon #F18378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 48.98%
G = 26.63%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F18378 (or 0xF18378) is known color: Salmon. HEX triplet: F1, 83 and 78. RGB value is (241,131,120). Sum of RGB (Red+Green+Blue) = 241+131+120=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F18378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18378 is #0E7C87. Grayscale: #A2A2A2. Windows color (decimal): -949384 or 7898097. OLE color: 7898097.

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

Color convert

RGB 241 131 120 -
CMYK 0 0.46 0.50 0.05
HSL 5.45º 0.81% 0.71% -
HSV(B) 5.45º 0.5% 0.95% -
XYZ 47.78 36.29 22.26 -
YUV 162.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 241 131 120 0 0.46 0.50 0.05 5.45 0.81 0.71
Hex F1 83 78 0 2E 32 5 5 51 47
Octal 361 203 170 0 56 62 5 5 121 107
Binary 11110001 10000011 1111000 0 101110 110010 101 101 1010001 1000111

Color Harmonies of #F18378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18378

Black with #F18378

Text Example


Text Example

White with #F18378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18378; }

 p { color: rgb(241,131,120); }

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

background-color css

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

 a { background-color: rgb(241,131,120); }

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

border-color css

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

 span { border-color: rgb(241,131,120); }

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