Html Css Color HEX #F18268 Salmon

📋 copy color: '#F18268'

red 241 ◦ green 130 ◦ blue 104

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

Shades of Salmon #F18268

Tints of Salmon #F18268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 50.74%
G = 27.37%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18268 (or 0xF18268) is known color: Salmon. HEX triplet: F1, 82 and 68. RGB value is (241,130,104). Sum of RGB (Red+Green+Blue) = 241+130+104=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18268 is #0E7D97. Grayscale: #A0A0A0. Windows color (decimal): -949656 or 6849265. OLE color: 6849265.

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

Color convert

RGB 241 130 104 -
CMYK 0 0.46 0.57 0.05
HSL 11.39º 0.83% 0.68% -
HSV(B) 11.39º 0.57% 0.95% -
XYZ 46.76 35.67 17.52 -
YUV 160.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 241 130 104 0 0.46 0.57 0.05 11.39 0.83 0.68
Hex F1 82 68 0 2E 39 5 B 53 44
Octal 361 202 150 0 56 71 5 13 123 104
Binary 11110001 10000010 1101000 0 101110 111001 101 1011 1010011 1000100

Color Harmonies of #F18268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18268

Black with #F18268

Text Example


Text Example

White with #F18268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18268; }

 p { color: rgb(241,130,104); }

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

background-color css

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

 a { background-color: rgb(241,130,104); }

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

border-color css

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

 span { border-color: rgb(241,130,104); }

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