Html Css Color HEX #F18372 Salmon

📋 copy color: '#F18372'

red 241 ◦ green 131 ◦ blue 114

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

Shades of Salmon #F18372

Tints of Salmon #F18372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 49.59%
G = 26.95%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F18372 (or 0xF18372) is known color: Salmon. HEX triplet: F1, 83 and 72. RGB value is (241,131,114). Sum of RGB (Red+Green+Blue) = 241+131+114=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F18372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18372 is #0E7C8D. Grayscale: #A2A2A2. Windows color (decimal): -949390 or 7504881. OLE color: 7504881.

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

Color convert

RGB 241 131 114 -
CMYK 0 0.46 0.53 0.05
HSL 8.03º 0.82% 0.7% -
HSV(B) 8.03º 0.53% 0.95% -
XYZ 47.43 36.15 20.4 -
YUV 161.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 241 131 114 0 0.46 0.53 0.05 8.03 0.82 0.7
Hex F1 83 72 0 2E 35 5 8 52 46
Octal 361 203 162 0 56 65 5 10 122 106
Binary 11110001 10000011 1110010 0 101110 110101 101 1000 1010010 1000110

Color Harmonies of #F18372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18372

Black with #F18372

Text Example


Text Example

White with #F18372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18372; }

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

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

background-color css

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

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

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

border-color css

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

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

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