Html Css Color HEX #F18070 Salmon

📋 copy color: '#F18070'

red 241 ◦ green 128 ◦ blue 112

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

Shades of Salmon #F18070

Tints of Salmon #F18070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 50.1%
G = 26.61%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18070 (or 0xF18070) is known color: Salmon. HEX triplet: F1, 80 and 70. RGB value is (241,128,112). Sum of RGB (Red+Green+Blue) = 241+128+112=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18070 is #0E7F8F. Grayscale: #A0A0A0. Windows color (decimal): -950160 or 7373041. OLE color: 7373041.

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

Color convert

RGB 241 128 112 -
CMYK 0 0.47 0.54 0.05
HSL 7.44º 0.82% 0.69% -
HSV(B) 7.44º 0.54% 0.95% -
XYZ 46.92 35.31 19.67 -
YUV 159.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 241 128 112 0 0.47 0.54 0.05 7.44 0.82 0.69
Hex F1 80 70 0 2F 36 5 7 52 45
Octal 361 200 160 0 57 66 5 7 122 105
Binary 11110001 10000000 1110000 0 101111 110110 101 111 1010010 1000101

Color Harmonies of #F18070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18070

Black with #F18070

Text Example


Text Example

White with #F18070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18070; }

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

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

background-color css

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

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

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

border-color css

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

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

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