Html Css Color HEX #F18366 Salmon

📋 copy color: '#F18366'

red 241 ◦ green 131 ◦ blue 102

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

Shades of Salmon #F18366

Tints of Salmon #F18366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 50.84%
G = 27.64%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18366 (or 0xF18366) is known color: Salmon. HEX triplet: F1, 83 and 66. RGB value is (241,131,102). Sum of RGB (Red+Green+Blue) = 241+131+102=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18366 is #0E7C99. Grayscale: #A0A0A0. Windows color (decimal): -949402 or 6718449. OLE color: 6718449.

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

Color convert

RGB 241 131 102 -
CMYK 0 0.46 0.58 0.05
HSL 12.52º 0.83% 0.67% -
HSV(B) 12.52º 0.58% 0.95% -
XYZ 46.79 35.89 17.03 -
YUV 160.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 241 131 102 0 0.46 0.58 0.05 12.52 0.83 0.67
Hex F1 83 66 0 2E 3A 5 D 53 43
Octal 361 203 146 0 56 72 5 15 123 103
Binary 11110001 10000011 1100110 0 101110 111010 101 1101 1010011 1000011

Color Harmonies of #F18366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18366

Black with #F18366

Text Example


Text Example

White with #F18366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18366; }

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

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

background-color css

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

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

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

border-color css

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

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

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