Html Css Color HEX #F18271 Salmon

📋 copy color: '#F18271'

red 241 ◦ green 130 ◦ blue 113

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

Shades of Salmon #F18271

Tints of Salmon #F18271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.86%

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

R = 49.79%
G = 26.86%
B = 23.35%

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

#F18271 (or 0xF18271) is known color: Salmon. HEX triplet: F1, 82 and 71. RGB value is (241,130,113). Sum of RGB (Red+Green+Blue) = 241+130+113=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F18271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18271 is #0E7D8E. Grayscale: #A1A1A1. Windows color (decimal): -949647 or 7439089. OLE color: 7439089.

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

Color convert

RGB 241 130 113 -
CMYK 0 0.46 0.53 0.05
HSL 7.97º 0.82% 0.69% -
HSV(B) 7.97º 0.53% 0.95% -
XYZ 47.24 35.86 20.05 -
YUV 161.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 241 130 113 0 0.46 0.53 0.05 7.97 0.82 0.69
Hex F1 82 71 0 2E 35 5 8 52 45
Octal 361 202 161 0 56 65 5 10 122 105
Binary 11110001 10000010 1110001 0 101110 110101 101 1000 1010010 1000101

Color Harmonies of #F18271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18271

Black with #F18271

Text Example


Text Example

White with #F18271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18271; }

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

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

background-color css

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

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

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

border-color css

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

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

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