Html Css Color HEX #F58571 Salmon

📋 copy color: '#F58571'

red 245 ◦ green 133 ◦ blue 113

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

Shades of Salmon #F58571

Tints of Salmon #F58571

RGB

 RED value IS 245 (96.09% from 255) = 49.9%

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

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

R = 49.9%
G = 27.09%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F58571 (or 0xF58571) is known color: Salmon. HEX triplet: F5, 85 and 71. RGB value is (245,133,113). Sum of RGB (Red+Green+Blue) = 245+133+113=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F58571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58571 is #0A7A8E. Grayscale: #A4A4A4. Windows color (decimal): -686735 or 7439861. OLE color: 7439861.

HSL color Cylindrical-coordinate representation of color #F58571: hue angle of 9.09º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F58571 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 113 -
CMYK 0 0.46 0.54 0.04
HSL 9.09º 0.87% 0.7% -
HSV(B) 9.09º 0.54% 0.96% -
XYZ 49.02 37.38 20.25 -
YUV 164.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 245 133 113 0 0.46 0.54 0.04 9.09 0.87 0.7
Hex F5 85 71 0 2E 36 4 9 57 46
Octal 365 205 161 0 56 66 4 11 127 106
Binary 11110101 10000101 1110001 0 101110 110110 100 1001 1010111 1000110

Color Harmonies of #F58571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58571

Black with #F58571

Text Example


Text Example

White with #F58571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58571; }

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

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

background-color css

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

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

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

border-color css

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

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

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