Html Css Color HEX #F18066 Salmon

📋 copy color: '#F18066'

red 241 ◦ green 128 ◦ blue 102

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

Shades of Salmon #F18066

Tints of Salmon #F18066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 51.17%
G = 27.18%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18066 (or 0xF18066) is known color: Salmon. HEX triplet: F1, 80 and 66. RGB value is (241,128,102). Sum of RGB (Red+Green+Blue) = 241+128+102=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18066 is #0E7F99. Grayscale: #9F9F9F. Windows color (decimal): -950170 or 6717681. OLE color: 6717681.

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

Color convert

RGB 241 128 102 -
CMYK 0 0.47 0.58 0.05
HSL 11.22º 0.83% 0.67% -
HSV(B) 11.22º 0.58% 0.95% -
XYZ 46.39 35.1 16.9 -
YUV 158.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 241 128 102 0 0.47 0.58 0.05 11.22 0.83 0.67
Hex F1 80 66 0 2F 3A 5 B 53 43
Octal 361 200 146 0 57 72 5 13 123 103
Binary 11110001 10000000 1100110 0 101111 111010 101 1011 1010011 1000011

Color Harmonies of #F18066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18066

Black with #F18066

Text Example


Text Example

White with #F18066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18066; }

 p { color: rgb(241,128,102); }

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

background-color css

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

 a { background-color: rgb(241,128,102); }

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

border-color css

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

 span { border-color: rgb(241,128,102); }

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