Html Css Color HEX #F18669 Salmon

📋 copy color: '#F18669'

red 241 ◦ green 134 ◦ blue 105

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

Shades of Salmon #F18669

Tints of Salmon #F18669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 50.21%
G = 27.92%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F18669 (or 0xF18669) is known color: Salmon. HEX triplet: F1, 86 and 69. RGB value is (241,134,105). Sum of RGB (Red+Green+Blue) = 241+134+105=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18669 is #0E7996. Grayscale: #A2A2A2. Windows color (decimal): -948631 or 6915825. OLE color: 6915825.

HSL color Cylindrical-coordinate representation of color #F18669: hue angle of 12.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F18669 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 105 -
CMYK 0 0.44 0.56 0.05
HSL 12.79º 0.83% 0.68% -
HSV(B) 12.79º 0.56% 0.95% -
XYZ 47.35 36.77 17.97 -
YUV 162.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 241 134 105 0 0.44 0.56 0.05 12.79 0.83 0.68
Hex F1 86 69 0 2C 38 5 D 53 44
Octal 361 206 151 0 54 70 5 15 123 104
Binary 11110001 10000110 1101001 0 101100 111000 101 1101 1010011 1000100

Color Harmonies of #F18669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18669

Black with #F18669

Text Example


Text Example

White with #F18669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18669; }

 p { color: rgb(241,134,105); }

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

background-color css

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

 a { background-color: rgb(241,134,105); }

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

border-color css

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

 span { border-color: rgb(241,134,105); }

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