Html Css Color HEX #F18869 Salmon

📋 copy color: '#F18869'

red 241 ◦ green 136 ◦ blue 105

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

Shades of Salmon #F18869

Tints of Salmon #F18869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

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

R = 50%
G = 28.22%
B = 21.78%

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

#F18869 (or 0xF18869) is known color: Salmon. HEX triplet: F1, 88 and 69. RGB value is (241,136,105). Sum of RGB (Red+Green+Blue) = 241+136+105=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18869 is #0E7796. Grayscale: #A4A4A4. Windows color (decimal): -948119 or 6916337. OLE color: 6916337.

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

Color convert

RGB 241 136 105 -
CMYK 0 0.44 0.56 0.05
HSL 13.68º 0.83% 0.68% -
HSV(B) 13.68º 0.56% 0.95% -
XYZ 47.63 37.33 18.06 -
YUV 163.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 241 136 105 0 0.44 0.56 0.05 13.68 0.83 0.68
Hex F1 88 69 0 2C 38 5 E 53 44
Octal 361 210 151 0 54 70 5 16 123 104
Binary 11110001 10001000 1101001 0 101100 111000 101 1110 1010011 1000100

Color Harmonies of #F18869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18869

Black with #F18869

Text Example


Text Example

White with #F18869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18869; }

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

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

background-color css

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

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

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

border-color css

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

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

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