Html Css Color HEX #F18A68 Salmon

📋 copy color: '#F18A68'

red 241 ◦ green 138 ◦ blue 104

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

Shades of Salmon #F18A68

Tints of Salmon #F18A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

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

R = 49.9%
G = 28.57%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18A68 (or 0xF18A68) is known color: Salmon. HEX triplet: F1, 8A and 68. RGB value is (241,138,104). Sum of RGB (Red+Green+Blue) = 241+138+104=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A68 is #0E7597. Grayscale: #A5A5A5. Windows color (decimal): -947608 or 6851313. OLE color: 6851313.

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

Color convert

RGB 241 138 104 -
CMYK 0 0.43 0.57 0.05
HSL 14.89º 0.83% 0.68% -
HSV(B) 14.89º 0.57% 0.95% -
XYZ 47.86 37.88 17.89 -
YUV 164.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 241 138 104 0 0.43 0.57 0.05 14.89 0.83 0.68
Hex F1 8A 68 0 2B 39 5 F 53 44
Octal 361 212 150 0 53 71 5 17 123 104
Binary 11110001 10001010 1101000 0 101011 111001 101 1111 1010011 1000100

Color Harmonies of #F18A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A68

Black with #F18A68

Text Example


Text Example

White with #F18A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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