Html Css Color HEX #F57672 Salmon

📋 copy color: '#F57672'

red 245 ◦ green 118 ◦ blue 114

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

Shades of Salmon #F57672

Tints of Salmon #F57672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 51.36%
G = 24.74%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F57672 (or 0xF57672) is known color: Salmon. HEX triplet: F5, 76 and 72. RGB value is (245,118,114). Sum of RGB (Red+Green+Blue) = 245+118+114=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57672 is #0A898D. Grayscale: #9B9B9B. Windows color (decimal): -690574 or 7501557. OLE color: 7501557.

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

Color convert

RGB 245 118 114 -
CMYK 0 0.52 0.53 0.04
HSL 1.83º 0.87% 0.7% -
HSV(B) 1.83º 0.53% 0.96% -
XYZ 47.17 33.58 19.92 -
YUV 155.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 245 118 114 0 0.52 0.53 0.04 1.83 0.87 0.7
Hex F5 76 72 0 34 35 4 2 57 46
Octal 365 166 162 0 64 65 4 2 127 106
Binary 11110101 1110110 1110010 0 110100 110101 100 10 1010111 1000110

Color Harmonies of #F57672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57672

Black with #F57672

Text Example


Text Example

White with #F57672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57672; }

 p { color: rgb(245,118,114); }

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

background-color css

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

 a { background-color: rgb(245,118,114); }

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

border-color css

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

 span { border-color: rgb(245,118,114); }

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