Html Css Color HEX #F57F6B Salmon

📋 copy color: '#F57F6B'

red 245 ◦ green 127 ◦ blue 107

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

Shades of Salmon #F57F6B

Tints of Salmon #F57F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

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

R = 51.15%
G = 26.51%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F57F6B (or 0xF57F6B) is known color: Salmon. HEX triplet: F5, 7F and 6B. RGB value is (245,127,107). Sum of RGB (Red+Green+Blue) = 245+127+107=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F6B is #0A8094. Grayscale: #A0A0A0. Windows color (decimal): -688277 or 7045109. OLE color: 7045109.

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

Color convert

RGB 245 127 107 -
CMYK 0 0.48 0.56 0.04
HSL 8.7º 0.87% 0.69% -
HSV(B) 8.7º 0.56% 0.96% -
XYZ 47.9 35.65 18.27 -
YUV 160 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 245 127 107 0 0.48 0.56 0.04 8.7 0.87 0.69
Hex F5 7F 6B 0 30 38 4 9 57 45
Octal 365 177 153 0 60 70 4 11 127 105
Binary 11110101 1111111 1101011 0 110000 111000 100 1001 1010111 1000101

Color Harmonies of #F57F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F6B

Black with #F57F6B

Text Example


Text Example

White with #F57F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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