Html Css Color HEX #F18370 Salmon

📋 copy color: '#F18370'

red 241 ◦ green 131 ◦ blue 112

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

Shades of Salmon #F18370

Tints of Salmon #F18370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

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

R = 49.79%
G = 27.07%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18370 (or 0xF18370) is known color: Salmon. HEX triplet: F1, 83 and 70. RGB value is (241,131,112). Sum of RGB (Red+Green+Blue) = 241+131+112=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F18370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18370 is #0E7C8F. Grayscale: #A1A1A1. Windows color (decimal): -949392 or 7373809. OLE color: 7373809.

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

Color convert

RGB 241 131 112 -
CMYK 0 0.46 0.54 0.05
HSL 8.84º 0.82% 0.69% -
HSV(B) 8.84º 0.54% 0.95% -
XYZ 47.32 36.1 19.8 -
YUV 161.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 241 131 112 0 0.46 0.54 0.05 8.84 0.82 0.69
Hex F1 83 70 0 2E 36 5 9 52 45
Octal 361 203 160 0 56 66 5 11 122 105
Binary 11110001 10000011 1110000 0 101110 110110 101 1001 1010010 1000101

Color Harmonies of #F18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18370

Black with #F18370

Text Example


Text Example

White with #F18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18370; }

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

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

background-color css

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

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

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

border-color css

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

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

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