Html Css Color HEX #F08571 Salmon

📋 copy color: '#F08571'

red 240 ◦ green 133 ◦ blue 113

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

Shades of Salmon #F08571

Tints of Salmon #F08571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

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

R = 49.38%
G = 27.37%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08571 (or 0xF08571) is known color: Salmon. HEX triplet: F0, 85 and 71. RGB value is (240,133,113). Sum of RGB (Red+Green+Blue) = 240+133+113=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08571 is #0F7A8E. Grayscale: #A2A2A2. Windows color (decimal): -1014415 or 7439856. OLE color: 7439856.

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

Color convert

RGB 240 133 113 -
CMYK 0 0.45 0.53 0.06
HSL 9.45º 0.81% 0.69% -
HSV(B) 9.45º 0.53% 0.94% -
XYZ 47.3 36.49 20.17 -
YUV 162.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 240 133 113 0 0.45 0.53 0.06 9.45 0.81 0.69
Hex F0 85 71 0 2D 35 6 9 51 45
Octal 360 205 161 0 55 65 6 11 121 105
Binary 11110000 10000101 1110001 0 101101 110101 110 1001 1010001 1000101

Color Harmonies of #F08571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08571

Black with #F08571

Text Example


Text Example

White with #F08571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08571; }

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

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

background-color css

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

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

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

border-color css

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

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

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