Html Css Color HEX #F57170 Salmon

📋 copy color: '#F57170'

red 245 ◦ green 113 ◦ blue 112

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

Shades of Salmon #F57170

Tints of Salmon #F57170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 52.13%
G = 24.04%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F57170 (or 0xF57170) is known color: Salmon. HEX triplet: F5, 71 and 70. RGB value is (245,113,112). Sum of RGB (Red+Green+Blue) = 245+113+112=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F57170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57170 is #0A8E8F. Grayscale: #989898. Windows color (decimal): -691856 or 7369205. OLE color: 7369205.

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

Color convert

RGB 245 113 112 -
CMYK 0 0.54 0.54 0.04
HSL 0.45º 0.87% 0.7% -
HSV(B) 0.45º 0.54% 0.96% -
XYZ 46.49 32.39 19.13 -
YUV 152.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 245 113 112 0 0.54 0.54 0.04 0.45 0.87 0.7
Hex F5 71 70 0 36 36 4 0 57 46
Octal 365 161 160 0 66 66 4 0 127 106
Binary 11110101 1110001 1110000 0 110110 110110 100 0 1010111 1000110

Color Harmonies of #F57170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57170

Black with #F57170

Text Example


Text Example

White with #F57170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57170; }

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

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

background-color css

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

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

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

border-color css

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

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

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