Html Css Color HEX #F18375 Salmon

📋 copy color: '#F18375'

red 241 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F18375

Tints of Salmon #F18375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 49.28%
G = 26.79%
B = 23.93%

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

#F18375 (or 0xF18375) is known color: Salmon. HEX triplet: F1, 83 and 75. RGB value is (241,131,117). Sum of RGB (Red+Green+Blue) = 241+131+117=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18375 is #0E7C8A. Grayscale: #A2A2A2. Windows color (decimal): -949387 or 7701489. OLE color: 7701489.

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

Color convert

RGB 241 131 117 -
CMYK 0 0.46 0.51 0.05
HSL 6.77º 0.82% 0.7% -
HSV(B) 6.77º 0.51% 0.95% -
XYZ 47.6 36.22 21.31 -
YUV 162.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 241 131 117 0 0.46 0.51 0.05 6.77 0.82 0.7
Hex F1 83 75 0 2E 33 5 7 52 46
Octal 361 203 165 0 56 63 5 7 122 106
Binary 11110001 10000011 1110101 0 101110 110011 101 111 1010010 1000110

Color Harmonies of #F18375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18375

Black with #F18375

Text Example


Text Example

White with #F18375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18375; }

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

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

background-color css

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

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

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

border-color css

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

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

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