Html Css Color HEX #F18A75 Salmon

📋 copy color: '#F18A75'

red 241 ◦ green 138 ◦ blue 117

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

Shades of Salmon #F18A75

Tints of Salmon #F18A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

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

R = 48.59%
G = 27.82%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18A75 (or 0xF18A75) is known color: Salmon. HEX triplet: F1, 8A and 75. RGB value is (241,138,117). Sum of RGB (Red+Green+Blue) = 241+138+117=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A75 is #0E758A. Grayscale: #A6A6A6. Windows color (decimal): -947595 or 7703281. OLE color: 7703281.

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

Color convert

RGB 241 138 117 -
CMYK 0 0.43 0.51 0.05
HSL 10.16º 0.82% 0.7% -
HSV(B) 10.16º 0.51% 0.95% -
XYZ 48.58 38.16 21.64 -
YUV 166.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 241 138 117 0 0.43 0.51 0.05 10.16 0.82 0.7
Hex F1 8A 75 0 2B 33 5 A 52 46
Octal 361 212 165 0 53 63 5 12 122 106
Binary 11110001 10001010 1110101 0 101011 110011 101 1010 1010010 1000110

Color Harmonies of #F18A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A75

Black with #F18A75

Text Example


Text Example

White with #F18A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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