Html Css Color HEX #F08271 Salmon

📋 copy color: '#F08271'

red 240 ◦ green 130 ◦ blue 113

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

Shades of Salmon #F08271

Tints of Salmon #F08271

RGB

 RED value IS 240 (94.14% from 255) = 49.69%

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

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

R = 49.69%
G = 26.92%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08271 (or 0xF08271) is known color: Salmon. HEX triplet: F0, 82 and 71. RGB value is (240,130,113). Sum of RGB (Red+Green+Blue) = 240+130+113=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08271 is #0F7D8E. Grayscale: #A1A1A1. Windows color (decimal): -1015183 or 7439088. OLE color: 7439088.

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

Color convert

RGB 240 130 113 -
CMYK 0 0.46 0.53 0.06
HSL 8.03º 0.81% 0.69% -
HSV(B) 8.03º 0.53% 0.94% -
XYZ 46.9 35.68 20.04 -
YUV 160.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 240 130 113 0 0.46 0.53 0.06 8.03 0.81 0.69
Hex F0 82 71 0 2E 35 6 8 51 45
Octal 360 202 161 0 56 65 6 10 121 105
Binary 11110000 10000010 1110001 0 101110 110101 110 1000 1010001 1000101

Color Harmonies of #F08271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08271

Black with #F08271

Text Example


Text Example

White with #F08271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08271; }

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

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

background-color css

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

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

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

border-color css

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

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

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