Html Css Color HEX #F18075 Salmon

📋 copy color: '#F18075'

red 241 ◦ green 128 ◦ blue 117

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

Shades of Salmon #F18075

Tints of Salmon #F18075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

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

R = 49.59%
G = 26.34%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18075 (or 0xF18075) is known color: Salmon. HEX triplet: F1, 80 and 75. RGB value is (241,128,117). Sum of RGB (Red+Green+Blue) = 241+128+117=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F18075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18075 is #0E7F8A. Grayscale: #A0A0A0. Windows color (decimal): -950155 or 7700721. OLE color: 7700721.

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

Color convert

RGB 241 128 117 -
CMYK 0 0.47 0.51 0.05
HSL 5.32º 0.82% 0.7% -
HSV(B) 5.32º 0.51% 0.95% -
XYZ 47.21 35.42 21.18 -
YUV 160.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 241 128 117 0 0.47 0.51 0.05 5.32 0.82 0.7
Hex F1 80 75 0 2F 33 5 5 52 46
Octal 361 200 165 0 57 63 5 5 122 106
Binary 11110001 10000000 1110101 0 101111 110011 101 101 1010010 1000110

Color Harmonies of #F18075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18075

Black with #F18075

Text Example


Text Example

White with #F18075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18075; }

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

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

background-color css

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

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

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

border-color css

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

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

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