Html Css Color HEX #F18972 Salmon

📋 copy color: '#F18972'

red 241 ◦ green 137 ◦ blue 114

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

Shades of Salmon #F18972

Tints of Salmon #F18972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

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

R = 48.98%
G = 27.85%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F18972 (or 0xF18972) is known color: Salmon. HEX triplet: F1, 89 and 72. RGB value is (241,137,114). Sum of RGB (Red+Green+Blue) = 241+137+114=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F18972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18972 is #0E768D. Grayscale: #A5A5A5. Windows color (decimal): -947854 or 7506417. OLE color: 7506417.

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

Color convert

RGB 241 137 114 -
CMYK 0 0.43 0.53 0.05
HSL 10.87º 0.82% 0.7% -
HSV(B) 10.87º 0.53% 0.95% -
XYZ 48.26 37.81 20.67 -
YUV 165.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 241 137 114 0 0.43 0.53 0.05 10.87 0.82 0.7
Hex F1 89 72 0 2B 35 5 B 52 46
Octal 361 211 162 0 53 65 5 13 122 106
Binary 11110001 10001001 1110010 0 101011 110101 101 1011 1010010 1000110

Color Harmonies of #F18972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18972

Black with #F18972

Text Example


Text Example

White with #F18972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18972; }

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

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

background-color css

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

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

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

border-color css

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

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

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