Html Css Color HEX #F57B6B Salmon

📋 copy color: '#F57B6B'

red 245 ◦ green 123 ◦ blue 107

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

Shades of Salmon #F57B6B

Tints of Salmon #F57B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.89%

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 51.58%
G = 25.89%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F57B6B (or 0xF57B6B) is known color: Salmon. HEX triplet: F5, 7B and 6B. RGB value is (245,123,107). Sum of RGB (Red+Green+Blue) = 245+123+107=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B6B is #0A8494. Grayscale: #9D9D9D. Windows color (decimal): -689301 or 7044085. OLE color: 7044085.

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

Color convert

RGB 245 123 107 -
CMYK 0 0.50 0.56 0.04
HSL 6.96º 0.87% 0.69% -
HSV(B) 6.96º 0.56% 0.96% -
XYZ 47.39 34.64 18.1 -
YUV 157.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 245 123 107 0 0.50 0.56 0.04 6.96 0.87 0.69
Hex F5 7B 6B 0 32 38 4 7 57 45
Octal 365 173 153 0 62 70 4 7 127 105
Binary 11110101 1111011 1101011 0 110010 111000 100 111 1010111 1000101

Color Harmonies of #F57B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57B6B

Black with #F57B6B

Text Example


Text Example

White with #F57B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57B6B; }

 p { color: rgb(245,123,107); }

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

background-color css

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

 a { background-color: rgb(245,123,107); }

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

border-color css

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

 span { border-color: rgb(245,123,107); }

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