Html Css Color HEX #F18666 Salmon

📋 copy color: '#F18666'

red 241 ◦ green 134 ◦ blue 102

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

Shades of Salmon #F18666

Tints of Salmon #F18666

RGB

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

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

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

R = 50.52%
G = 28.09%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18666 (or 0xF18666) is known color: Salmon. HEX triplet: F1, 86 and 66. RGB value is (241,134,102). Sum of RGB (Red+Green+Blue) = 241+134+102=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F18666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18666 is #0E7999. Grayscale: #A2A2A2. Windows color (decimal): -948634 or 6719217. OLE color: 6719217.

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

Color convert

RGB 241 134 102 -
CMYK 0 0.44 0.58 0.05
HSL 13.81º 0.83% 0.67% -
HSV(B) 13.81º 0.58% 0.95% -
XYZ 47.2 36.71 17.17 -
YUV 162.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 241 134 102 0 0.44 0.58 0.05 13.81 0.83 0.67
Hex F1 86 66 0 2C 3A 5 E 53 43
Octal 361 206 146 0 54 72 5 16 123 103
Binary 11110001 10000110 1100110 0 101100 111010 101 1110 1010011 1000011

Color Harmonies of #F18666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18666

Black with #F18666

Text Example


Text Example

White with #F18666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18666; }

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

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

background-color css

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

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

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

border-color css

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

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

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