Html Css Color HEX #F57B75 Salmon

📋 copy color: '#F57B75'

red 245 ◦ green 123 ◦ blue 117

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

Shades of Salmon #F57B75

Tints of Salmon #F57B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 50.52%
G = 25.36%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57B75 (or 0xF57B75) is known color: Salmon. HEX triplet: F5, 7B and 75. RGB value is (245,123,117). Sum of RGB (Red+Green+Blue) = 245+123+117=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B75 is #0A848A. Grayscale: #9E9E9E. Windows color (decimal): -689291 or 7699445. OLE color: 7699445.

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

Color convert

RGB 245 123 117 -
CMYK 0 0.50 0.52 0.04
HSL 2.81º 0.86% 0.71% -
HSV(B) 2.81º 0.52% 0.96% -
XYZ 47.95 34.86 21.03 -
YUV 158.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 245 123 117 0 0.50 0.52 0.04 2.81 0.86 0.71
Hex F5 7B 75 0 32 34 4 3 56 47
Octal 365 173 165 0 62 64 4 3 126 107
Binary 11110101 1111011 1110101 0 110010 110100 100 11 1010110 1000111

Color Harmonies of #F57B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57B75

Black with #F57B75

Text Example


Text Example

White with #F57B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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