Html Css Color HEX #F18470 Salmon

📋 copy color: '#F18470'

red 241 ◦ green 132 ◦ blue 112

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

Shades of Salmon #F18470

Tints of Salmon #F18470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.22%

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

R = 49.69%
G = 27.22%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18470 (or 0xF18470) is known color: Salmon. HEX triplet: F1, 84 and 70. RGB value is (241,132,112). Sum of RGB (Red+Green+Blue) = 241+132+112=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18470 is #0E7B8F. Grayscale: #A2A2A2. Windows color (decimal): -949136 or 7374065. OLE color: 7374065.

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

Color convert

RGB 241 132 112 -
CMYK 0 0.45 0.54 0.05
HSL 9.3º 0.82% 0.69% -
HSV(B) 9.3º 0.54% 0.95% -
XYZ 47.45 36.37 19.85 -
YUV 162.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 241 132 112 0 0.45 0.54 0.05 9.3 0.82 0.69
Hex F1 84 70 0 2D 36 5 9 52 45
Octal 361 204 160 0 55 66 5 11 122 105
Binary 11110001 10000100 1110000 0 101101 110110 101 1001 1010010 1000101

Color Harmonies of #F18470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18470

Black with #F18470

Text Example


Text Example

White with #F18470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18470; }

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

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

background-color css

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

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

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

border-color css

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

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

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