Html Css Color HEX #F18875 Salmon

📋 copy color: '#F18875'

red 241 ◦ green 136 ◦ blue 117

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

Shades of Salmon #F18875

Tints of Salmon #F18875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 48.79%
G = 27.53%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18875 (or 0xF18875) is known color: Salmon. HEX triplet: F1, 88 and 75. RGB value is (241,136,117). Sum of RGB (Red+Green+Blue) = 241+136+117=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F18875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18875 is #0E778A. Grayscale: #A5A5A5. Windows color (decimal): -948107 or 7702769. OLE color: 7702769.

HSL color Cylindrical-coordinate representation of color #F18875: hue angle of 9.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18875 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 136 117 -
CMYK 0 0.44 0.51 0.05
HSL 9.19º 0.82% 0.7% -
HSV(B) 9.19º 0.51% 0.95% -
XYZ 48.29 37.59 21.54 -
YUV 165.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 241 136 117 0 0.44 0.51 0.05 9.19 0.82 0.7
Hex F1 88 75 0 2C 33 5 9 52 46
Octal 361 210 165 0 54 63 5 11 122 106
Binary 11110001 10001000 1110101 0 101100 110011 101 1001 1010010 1000110

Color Harmonies of #F18875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18875

Black with #F18875

Text Example


Text Example

White with #F18875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18875; }

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

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

background-color css

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

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

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

border-color css

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

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

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