Html Css Color HEX #F57A6A Salmon

📋 copy color: '#F57A6A'

red 245 ◦ green 122 ◦ blue 106

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

Shades of Salmon #F57A6A

Tints of Salmon #F57A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 51.8%
G = 25.79%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F57A6A (or 0xF57A6A) is known color: Salmon. HEX triplet: F5, 7A and 6A. RGB value is (245,122,106). Sum of RGB (Red+Green+Blue) = 245+122+106=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A6A is #0A8595. Grayscale: #9D9D9D. Windows color (decimal): -689558 or 6978293. OLE color: 6978293.

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

Color convert

RGB 245 122 106 -
CMYK 0 0.50 0.57 0.04
HSL 6.91º 0.87% 0.69% -
HSV(B) 6.91º 0.57% 0.96% -
XYZ 47.22 34.37 17.78 -
YUV 156.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 245 122 106 0 0.50 0.57 0.04 6.91 0.87 0.69
Hex F5 7A 6A 0 32 39 4 7 57 45
Octal 365 172 152 0 62 71 4 7 127 105
Binary 11110101 1111010 1101010 0 110010 111001 100 111 1010111 1000101

Color Harmonies of #F57A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57A6A

Black with #F57A6A

Text Example


Text Example

White with #F57A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57A6A; }

 p { color: rgb(245,122,106); }

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

background-color css

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

 a { background-color: rgb(245,122,106); }

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

border-color css

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

 span { border-color: rgb(245,122,106); }

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