Html Css Color HEX #F18672 Salmon

📋 copy color: '#F18672'

red 241 ◦ green 134 ◦ blue 114

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

Shades of Salmon #F18672

Tints of Salmon #F18672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 49.28%
G = 27.4%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F18672 (or 0xF18672) is known color: Salmon. HEX triplet: F1, 86 and 72. RGB value is (241,134,114). Sum of RGB (Red+Green+Blue) = 241+134+114=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18672 is #0E798D. Grayscale: #A3A3A3. Windows color (decimal): -948622 or 7505649. OLE color: 7505649.

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

Color convert

RGB 241 134 114 -
CMYK 0 0.44 0.53 0.05
HSL 9.45º 0.82% 0.7% -
HSV(B) 9.45º 0.53% 0.95% -
XYZ 47.84 36.97 20.53 -
YUV 163.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 241 134 114 0 0.44 0.53 0.05 9.45 0.82 0.7
Hex F1 86 72 0 2C 35 5 9 52 46
Octal 361 206 162 0 54 65 5 11 122 106
Binary 11110001 10000110 1110010 0 101100 110101 101 1001 1010010 1000110

Color Harmonies of #F18672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18672

Black with #F18672

Text Example


Text Example

White with #F18672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18672; }

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

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

background-color css

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

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

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

border-color css

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

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

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