Html Css Color HEX #F18971 Salmon

📋 copy color: '#F18971'

red 241 ◦ green 137 ◦ blue 113

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

Shades of Salmon #F18971

Tints of Salmon #F18971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 49.08%
G = 27.9%
B = 23.01%

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

#F18971 (or 0xF18971) is known color: Salmon. HEX triplet: F1, 89 and 71. RGB value is (241,137,113). Sum of RGB (Red+Green+Blue) = 241+137+113=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18971 is #0E768E. Grayscale: #A5A5A5. Windows color (decimal): -947855 or 7440881. OLE color: 7440881.

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

Color convert

RGB 241 137 113 -
CMYK 0 0.43 0.53 0.05
HSL 11.25º 0.82% 0.69% -
HSV(B) 11.25º 0.53% 0.95% -
XYZ 48.2 37.78 20.38 -
YUV 165.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 241 137 113 0 0.43 0.53 0.05 11.25 0.82 0.69
Hex F1 89 71 0 2B 35 5 B 52 45
Octal 361 211 161 0 53 65 5 13 122 105
Binary 11110001 10001001 1110001 0 101011 110101 101 1011 1010010 1000101

Color Harmonies of #F18971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18971

Black with #F18971

Text Example


Text Example

White with #F18971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18971; }

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

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

background-color css

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

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

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

border-color css

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

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

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