Html Css Color HEX #F18868 Salmon

📋 copy color: '#F18868'

red 241 ◦ green 136 ◦ blue 104

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

Shades of Salmon #F18868

Tints of Salmon #F18868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

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

R = 50.1%
G = 28.27%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18868 (or 0xF18868) is known color: Salmon. HEX triplet: F1, 88 and 68. RGB value is (241,136,104). Sum of RGB (Red+Green+Blue) = 241+136+104=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18868 is #0E7797. Grayscale: #A3A3A3. Windows color (decimal): -948120 or 6850801. OLE color: 6850801.

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

Color convert

RGB 241 136 104 -
CMYK 0 0.44 0.57 0.05
HSL 14.01º 0.83% 0.68% -
HSV(B) 14.01º 0.57% 0.95% -
XYZ 47.58 37.31 17.79 -
YUV 163.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 241 136 104 0 0.44 0.57 0.05 14.01 0.83 0.68
Hex F1 88 68 0 2C 39 5 E 53 44
Octal 361 210 150 0 54 71 5 16 123 104
Binary 11110001 10001000 1101000 0 101100 111001 101 1110 1010011 1000100

Color Harmonies of #F18868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18868

Black with #F18868

Text Example


Text Example

White with #F18868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18868; }

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

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

background-color css

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

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

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

border-color css

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

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

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